/*

#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: both;
}

img 
{
	border: 0;
}

.vgm_category_path{
	padding: 10px;
}

.vgm_category_product 
{
	float: left;
	padding: 10px;
	border:1px solid #CFCFCF;
	margin: 5px;
}
.vgm_product_thumbnail
{
	float: left;
	text-align: center;
	width: 110px;
}

.vgm_product_info 
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 210px;
}

.vgm_product_info a{
	text-decoration: none;
}

.paging 
{
	text-align: center;
}

.vgm_product_price .label 
{
	width: 100px;
	text-align: right;
	padding: 0 5px;
	float: left;
}

.vgm_product_price .data
{
	text-align: right;
	float: left;
	width: 100px;
}

.vgm_retail_price .data 
{
	text-decoration: line-through;
}

.vgm_product_image 
{
	float: left;
	text-align: center;
	margin: auto
}

.vgm_order_summary 
{
	text-align: right;
	background-color: #e7e7e7;
	float: right;
	width: 122px;
	padding: 10px;
}

.new_user
{
	float: left;
}

.existing_user 
{
	float: left;
}

.form div {
	margin-bottom: 0.1em;
	width: 100%;
}

.form .indent {
	margin:10px 0px 10px 95px;
}

.form label {float:none; display: inline}

.form .form_element
{
	padding: 0px 10px 0px 0px;
	text-align:right;
	float: left;
	width: 110px;
	vertical-align: middle;
}

.form .form_element_order_fields
{
	padding: 0px 10px 0px 0px;
	text-align:right;
	float: left;
}

.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: 100%;
}

.vgm_account_nav 
{
	text-align: center;
	width: 780px;
	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;
}


.billing
{
	width: 100%;
}

.shipping
{
	width: 100%;
}

#vgm_thumbnail_carousel_inner {   
	float:left; 
	width:220px;
	overflow: hidden;  
}   
  
#vgm_thumbnail_carousel_ul {   
	position:relative;   
	left:-110px;
	list-style-type: none;  
	margin: 0px;   
	padding: 0px;   
	width:9999px;  
}   
  
#vgm_thumbnail_carousel_ul li{   
	float: left;  
	width:auto;
	height:auto;     
	margin:10px 5px 0px 5px;     
}   

#vgm_thumbnail_carousel_ul li img {   
	cursor:pointer;   
	cursor: hand;   
	border:0px;   
} 
#vgm_thumbnail_left_scroll, #vgm_thumbnail_right_scroll{   
	float:left;     
	width:auto;    
}   
#carousel_ul img{   
	border:0;
	cursor: pointer;   
	cursor: hand;   
}

.checkout_right{
	float: left;
	width: 44%
}

.checkout_left{
	float: left;
	width: 54%
}
*/

.vgm_product_info a{
	font-size: 22px;
}

.vgm_product_info .vgm_sell_price .label { font-size: 20px}

.vgm_product_info .vgm_sell_price .data { font-size: 22px}

.vgm_product_info .vgm_product_add {padding: 10px 0px}

.vgm_product_listing_sort{
	height: 25px;
	padding-top: 5px;
	clear: both;
}

.vgm_product_listing_sort li.vgm_sort_first{
	float: left;
}

.vgm_product_listing_sort li.vgm_sort_last{
	float: right;
	margin-right: 10px;
}

.vgm_product_listing_sort li.vgm_sort_last select{
	margin-right: 10px;
}

.vgm_product_listing_sort ul, .vgm_product_listing_sort ul li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

/*
div.vgm_sub_category div a {
	display: block;
	background-color: #cccccc;
	padding: 10px 10px;
	margin: 0px 10px 0px 0px;
	text-align: center;
	text-decoration: none;
	color: #1b3565;
	font-weight: bold;
}

div.category_content{
	background-color: #e7e7e7;
	padding: 10px 10px;
	height: auto;
}

div.category_product_content{
	background-color: #e7e7e7;
	height: auto;
}

div.product_content{
	background-color: #e7e7e7;
	height: auto;
}

div.product_content_thumbnail{
	width: 300px;
	float: left;
	height: auto;
}

div.product_content_add{
	width: 210px;
	height: auto;
	float: left;
}

div.product_content_desc{
	width: 250px;
	float: left;
	height: auto;
}


div.product_content_extra_fields{
	width: 400px;
	float: left;
	height: auto;
	padding: 10px;
}

div.product_content_review{
	background-color: #e7e7e7;
	height: auto;
	padding: 4px;
	margin: 5px 0px 5px 0px;
}

div.product_content_review_inner{
	background-color: #FFFFFF;
	height: auto;
}

div.product_content_related{
	background-color: #e7e7e7;
	height: auto;
	padding: 4px;
}

div.product_content_related_inner{
	background-color: #FFFFFF;
	height: auto;
}
*/
/* new layout styles */

html[xmlns] .clearfix {
display: block;
}

.form_row .product_extrafield_data{
	font-weight: bold;
}

.form_row {
	padding:0 0 5px 5px;
	text-align:left;
}

.form_row label {
	display: block;
	float: left;
}


span.product_extrafield_label{

}
.vgm_category_product 
{
	float: left;
	padding: 10px;
}
.vgm_sub_category 
{
	float: left;
}