/* CSS Document */

body.editor
{
	background-color: #fff;
}
body
{
	margin-top: 0px;
}

input 
{
	color: #000000;
	font-size: 11px;
}

select 
{
	color: #000000;
	font-size: 11px;
}



#container
{
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	
}

#top_menu
{
	float: left;
	height: 25px;	
	width: 463px;
}

#top_menu div 
{
	color: #0e4871;
	float: left;
	line-height: 25px;
	text-align: center;
	border-left: 1px solid #ffffff;
}

#top_menu #home 
{
	border: 0;
}

#top_menu a 
{
	text-decoration: none;
	color: #0e4871;
}

#shopping_cart 
{
	float: left;
	height: 25px;
}

#shopping_cart div 
{
	float: left;
	line-height: 25px;
	text-align: center;
}

#main_content 
{
	width: 955px;
	background: url(../images/en/extender.jpg) repeat-y;
}

#content_wrapper 
{
	float: left;
	width: 804px;
	background: url(../images/en/extender2.jpg) repeat-y;
}

#shop_menu 
{
	height: 25px;
	margin-right: 10px;	
	background: none;
}

#shop_menu ul 
{
	list-style: none;
	text-align: right;
}

#shop_menu li 
{
	display: inline;
	line-height: 25px;
	border-left: 1px solid #9e9e93;
	padding: 0 5px;
}

#shop_menu a 
{
	text-decoration: none;
	color: #0e4871;
}

#shop_menu a:hover
{
	color: #a6d2df;
}

#shop_menu #shop_online 
{
	border: 0;
}

#bottom_menu
{
	text-align: center;
	height: 25px;
	background: #007da3;
	float: left;
	width: 910px;
}

#bottom_menu ul
{
	height: 25px;
	margin: 0px;	
}

#bottom_menu li
{
	list-style: none;
	display: inline;
	line-height: 25px;
	padding: 0 5px;
}

#bottom_menu a 
{
	text-decoration: none;
	color: #a6d2df;
	line-height: 25px;
	height: 25px;
}

#bottom_menu a:hover
{
	color: #ffffff;
}

#search_form input 
{
	width: 80px;
}

#category_menu 
{
	padding-right: 10px;
}

#category_menu ul 
{
	margin-left: 16px;
	padding: 0px;
}

#category_menu li 
{
	list-style: url(../images/en/bullet.gif);
}


#category_menu a
{
	color: #007da3;
	text-decoration: none;
}

#current 
{
	color: #016786;
	font-weight: bold;
}

.clear 
{
	clear: left;
}

img 
{
	border: 0;
}

.vgm_category_product 
{
	background-image: url(../images/sce/categorybackground.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	width: 332px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 6px;
	border: 1px solid #edcbaa;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-right: 4px;
}
.vgm_product_details_box{
	background-image: url(../images/sce/categorybackground.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 6px;
	border: 1px solid #edcbaa;
	margin-bottom: 5px;
	width: 600px;
	margin-top: 5px;
}
.vgm_product_thumbnail
{
	float: left;
	border: 0px solid #2b85c4;
	text-align: center;
	width: 110px;
}

.vgm_product_info 
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 200px;
}
.vgm_product_info a:link {
	font-weight: bold;
	color: #762123;
	font-size: 12px;
	line-height: 22px;
}
.vgm_product_info a:visited {
	font-weight: bold;
	color: #762123;
	font-size: 12px;
	line-height: 22px;
}

.paging 
{
	text-align: center;
}

.vgm_product_price .label 
{
	text-align: right;
	float: left;
	color: #762123;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 5px;
	width: 60px;
}

.vgm_product_price .data
{
	text-align: left;
	float: left;
	width: 100px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.vgm_product_price
{
	margin-top: 4px;
	margin-bottom: 4px;
}
.vgm_retail_price .data 
{
	text-decoration: line-through;
}

.vgm_product_image 
{
	float: left;
		border: 1px solid #7d2e2f;
	margin-right: 15px;
	margin-left: 12px;
}
.vgm_product_data{
	padding-top: 5px;
	padding-bottom: 5px;
}
.vgm_product_data .label
{
	width: 60px;
	text-align: right;
	padding: 0 5px;
	float: left;
	font-weight: bold;
}

.vgm_product_data .data 
{
	float:left;
	text-align: left;
	padding-left: 10px;
}

.vgm_order_summary 
{
	text-align: right;
	margin: 2px;
}

.new_user
{
	float: left;
}

.existing_user 
{
	float: left;
}

.form div {
	margin-bottom: 0.1em;
	width: 100%;
	display: block;
	float: left;
}

.form .indent {
	margin:10px 0px 10px 95px;
}

.form .form_element
{
	padding: 0px 10px 0px 0px;
	text-align:right;
	float: left;
	width: 80px;
	vertical-align: middle;
}

.form .form_data 
{
	padding: 0px;
	text-align:left;
	float: left;	
}

.vgm_step 
{
	text-align: center;
	margin: 5px auto;
}

.vgm_step ul 
{
	list-style: none;
	margin: 0px;
}

.vgm_step li 
{
	display: inline;
	border: solid 1px black;
	padding: 2px;
}

.vgm_step #current_step 
{
	background: #0091a8;
}

fieldset 
{
	width: 713px;
}

.vgm_account_nav 
{
	text-align: center;
	width: 710px;
	margin: 5px auto;
}

.vgm_account_nav ul 
{
	list-style: none;
}

.vgm_account_nav li 
{
	display: inline;
	padding: 2px;
}

.data tr
{
	font: 10pt verdana,arial;
	color: #000000;
}

.data th 
{
	text-align: left;
}

.vgm_sub_category 
{
	background-image: url(../images/sce/categorybackground.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	width: 332px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 6px;
	border: 1px solid #edcbaa;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-right: 4px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #762123;
}

.vgm_sub_category div{
	display: inline;
	float: left;
	width: 160px;
}

.vgm_sub_category img{
	border: 1px solid #7d2e2f;
	margin-right: 25px;
	margin-left: 12px;
		margin-top: -30px;
}

.vgm_sub_category a:link{
	color: #762123;
	text-decoration: none;
	margin-top: 30px;
	display: block;
}
.vgm_sub_category a:visited{
	color: #762123;
	text-decoration: none;
	margin-top: 30px;
	display: block;

}
#vgm_category_path{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.billing
{
	width: 100%;
	list-style-position:outside;
}

.shipping
{
	width: 100%;
}
.vgm_product_details_box h1{
	padding: 0px;
	font-size: 18px;
	text-transform: uppercase;
	color: #782426;
	line-height: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.alignleft {
	float: left;
}
.detailsarea {
	float: left;
	width: 384px;
}
#details_leftcol {
	float: left;
	width: 175px;
}
#detailoptionstext {
	float: left;
	width: 120px;
	padding-right: 12px;
	padding-left: 15px;
	margin-top: 100px;
}
#detailoptionstext a {
	display: block;
	padding: 6px;
	border: 1px solid #edcbaa;
	background-image: url(../images/sce/blank.gif);

	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #edcbaa;
	font-size: 14px;
}
#detailoptionstext a:hover {
	display: block;
	padding: 6px;
	border: 1px solid #FFFF00;
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #edcbaa;
	background-image: url(../images/sce/categorybackground.jpg);
	text-decoration: none;
}



.vgm_product_data .label {
	width: 100px;
	text-align: right;
	padding-right: 10px;
}
#vgm_product_data  select {
	width: 180px;
}
.data select {
	width: 182px;
}
