/**
 * Reset
 */
* {
	margin: 0;
	padding: 0;
	outline-width: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

html,
body {
	width: 100%;
	height: 100%;
	background-color: #171719 ;
}

table {
	border-color: #333333;
	border-collapse: collapse;
}

caption {
	margin-bottom: 0.5em;
	text-align: center;
}

th,
td {
	padding: 0.5em;
	text-align: left;
	vertical-align: middle;
}

hr {
	height: 0;
	margin: 1em auto;
	border-width: 0;
	border-bottom: 1px dashed #333333;
}

p, fieldset, table, pre { margin-bottom: 1em; }

fieldset {
	padding: 0.5em 1.5em;
	border: 1px solid #333333;
}

legend {
	padding: 0 0.5em;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

ul,
ol,
dl {
	margin: 1em 0;
	padding-left: 1em;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 1em;
}

img {
	border-width: 0;
}

input,
textarea {
	padding: 2px;
}

optgroup,
option {
	padding-left: 0.5em;
}

pre,
code,
samp,
tt {
	font-family: Consolas, Courier New, Monospace;
}

a { text-decoration: none; outline:none; }
a:link { color: #000000; }
a:hover { color: #f3ae00; text-decoration: underline; }
a:active { outline-width: 1px; }
a:visited { color: #000000; }


/**
 * Base font-sizes
 */
body { font-size: 13px; line-height: 1.2; }

h1 { font-size: 1.462em; margin: 1em 0; } /* Based on 13px body font-size, 1.462em makes 19px; */
h2 { font-size: 1.1em;  margin: 1em 0; background-color:#f3ae00; color:#ffffff; height:17px; padding:5px;  } /* Based on 13px body font-size, 1.462em makes 17px; */
h3 {
	border-bottom:1px solid #E2E3E5;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:8px;
	margin-top:20px;
	padding-bottom:10px;
}

h1:first-child,
h2:first-child,
h3:first-child {
	margin-top: 0;
}


/**
 * Framework
 */
#layout_wrapper {
	position: relative;
	width: 990px;
	margin: auto;
	background-color: #ffffff;
}

	#layout_main {
		padding-top: 130px; /* #layout_header height */
	}
	
		#layout_content {
			float: right;
			width: 768px;
			padding-right:10px;
		}
		
			#layout_content_main {
				float: left;
				width: 580px;
			}
			
			#layout_content_side {
				float: left;
				width: 188px;
			}
		
		#layout_side_left {
			float: left;
			width: 190px;
			padding-left: 8px;
		}
	
	#layout_header {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		height: 130px;
		width: 100%;
	}

#flashmenu	{
	width: 566px;
	height: 263px;
	margin-bottom: 10px;
}

#layout_footer {
	position: relative;
	z-index: 10;
	width: 990px;
	height: 80px;
	margin: auto;
	font-size: 0.9em;
	text-align: center;
	padding-top: 10px;
}



/**
 * Layout
 */
#header_text {

}

	#shop_logo {
		position: absolute;
		top: 22px;
		left: 0px;
	}

/* Shop menu */
#shop_menu {
	position: absolute;
	right:10px;
	top:20px;
	height: 36px;
}

	#shop_menu_links {
		float: left;
		margin: 0;
		padding: 0;
		border: 1px solid #171719;
		border-right:none;
		list-style-type: none;
		height: 34px;
	}

		#shop_menu_links li {
			background-color:#f3ae00;
			float: left;
		}
		
			#shop_menu_links a {
				display: block;
				float: left;
				height:26px;
				padding:8px 15px 0;
				border-right: 1px solid #171719;
				font-size: 0.9em;
				text-decoration: none;
				color: #171719;
			}
		
		#shop_menu_links li:hover {
			background-color: #ffb700;
		}
		
		#shop_menu_links .active {
			background-color: #cccccc;
		}
		
			#shop_menu_links .active a {
				color: #ffffff;
			}
			
		#cart_link {
			background:transparent url(../images/design/cart_icon.png) no-repeat scroll left top;
		}
	
		#cart_link #cart_info {
			height:34px;
			line-height:32px;
			padding-top:0;
		}
/* /Shop menu */

/* Main menu */
#main_menu	{
	position:absolute;
	top:75px;
	left:276px;
	z-index:101;
}

#main_menu_list {
	margin: 0;
	padding: 0;
	height:21px;
	list-style-type: none;
	width:auto;
	float:left;
}

#main_menu li {
	position: relative;
	display: block;
	float: left;
	height:21px;
	padding: 0 5px;
	border-bottom:1px solid #000000;
}

#main_menu ul li a {
	display: block;
	float: left;
	height: 24px;
	padding: 2px 10px 0 10px;
	text-decoration: none;
}

/*#main_menu ul li a:hover {
	color: #f3ae00;
}*/

#main_menu ul li:hover {
	border-bottom-color: #f3ae00;
}

#main_menu_links_wrapper { float: left; }

	.main_menu_links {
		float: left;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

		.main_menu_links li {
			position: relative;
			float: left;
			background-color: #ffffff;
		}
		
			.main_menu_links a {
				display: block;
				float: left;
				height: 20px;
				padding: 4px 10px 0 10px;
				border-right: 1px solid #c5c5c5;
				border-left: 1px solid #fcfcfc;
				background: transparent url(../images/design/menu_x.png) repeat-x left bottom;
				font-size: 0.9em;
				text-decoration: none;
				color: #000000;
			}
			
			.main_menu_links li:first-child a { border-left-width: 0; }
			.main_menu_links li:last-child a { border-right-width: 0; }
		
		.main_menu_links li:hover { background-color: #efefef; }
		
			.main_menu_links li:hover a { color: #000000; }
			.main_menu_links a:hover { text-decoration: underline; }
		
		.main_menu_links .active { background-color: #c11414; }
		
			.main_menu_links .active a { color: #ffffff; }
			
			/* Hover dropdown menu */
			.main_menu_links li ul {
				display: none;
				position: absolute;
				float: left;
				top: 100%;
				left: 0;
				z-index: 51;
				width: 160px;
				margin: 0;
				padding: 0;
				border: 1px solid #bcbcbc;
				background-color: #f0f0f0;
			}
			
			.main_menu_links li:hover ul { display: block; }
	
				.main_menu_links ul li {
					display: block;
					float: none;
					margin: 0;
				}
		
					.main_menu_links ul li a {
						display: block;
						float: none;
						height: auto;
						padding: 4px 10px 4px 10px;
						border-bottom: 1px solid #c5c5c5;
						background-color: #ffffff;
						text-decoration: none;
					}
			
					.main_menu_links ul li a:hover {
						background-color: #efefef;
					}
			/* /Hover dropdown menu */
	

	
	#header_search {
		position:absolute;
		right:10px;
		top:71px;
		z-index:100;
	}
	
		#header_search_text {
			float: left;
			width: 202px;
			height: 20px;
			padding: 3px 0 0;
			border: 1px solid #171719;
			font-size: 1em;
			vertical-align: middle;
		}
		
		#header_search_submit {
			float: left;
			width: 42px;
			height: 25px;
			padding: 3px;
			border: 1px solid #171719;
			border-left-color: #f3ae00;
			font-size: 0.9em;
			vertical-align: middle;
			cursor: pointer;
			background-color:#f3ae00;
		}
/* /Main menu */

 
#layout_main a:hover {
	/*
	border-bottom: 1px dotted #F83F3F;
	background-color: #F8EBEB;
	text-decoration: none;
	*/
}

#sitemap {
	height:100px;
	padding:25px 15px 15px;
	background: #424242 url(../images/design/footer_top.gif) no-repeat left top;
}
	#sitemap a { color: #ffffff; }
	#sitemap li { color: #ffffff; }
	#sitemap li:hover { color: #f3ae00; }

.info_box,
.info_box_clean {
	margin-bottom: 15px;
	background-color: #ffffff ;
}

.info_box_clean {
	background: #ffffff none;
	text-align: center;
}

	.info_box_title {
		font-weight: bold;
	}

	.info_box_content {
		padding: 1em;
	}
	
	.info_box_content_cat {
		padding: 1em 0 1em 1em;
		width: 174px;
	}
	
		.info_box_content_cat li {
		padding: 3px 0;
		}
	
	.info_box_content_bestseller {
		padding: 1em;
	}
	
	.info_box_content_bestseller td {
		padding: 5px;
	}
	
	.info_box_content_afhaal {
		padding: 1em 0;
		text-align: center;
	}
	
	.bestseller_price	{
		color: #f3ae00;
		font-weight: bold;
		padding: 5px 0 0 0;
	}
	
	.info_box_content li {
		padding: 3px 0;
	}
	
#footer_text {
		padding: 0.5em 1em;
		font-size: 0.9em;
		color: #ffffff;
	}
	
	#footer_text a { color: #f3ae00; }

.flash a	{
	color: #f3ae00;
}

/**
 * Presentation
 */
.info_message,
.warning_message,
.error_message {
	margin-bottom: 1em;
	padding: 10px 5px 10px 26px;
	color: #333333;
}

.info_message { border: 1px solid #408DCC; background: #EDF8FF url(/images/information.png) no-repeat 5px 50%; }
.warning_message { border: 1px solid #E6E600; background: #FEFEE2 url(/images/warning.png) no-repeat 5px 50%; }
.error_message { border: 1px solid #D20D06; background: #FFEDEC url(/images/error.png) no-repeat 5px 50%; }

.error-field {
	padding-left: 26px !important;
	background: url(/images/bullet_error.png) no-repeat 5px 3px;
	font-weight: bold;
	color: #D20D06 !important;
}

/* product_list & featured products */
.products_container {  }


	.product_box {
		display: inline;
		float: left;
		width: 180px;
		margin-right: 10px;
		margin-bottom: 10px;
		border: 1px solid #000000;
	}
	
	.product_text h2 {
		background-color:#ffffff!important; height: 47px; padding: 0!important;
	}
	
		.product_image { }
		
		.product_text {
			padding: 10px;
			text-align: center;
			overflow: hidden;
		}
		
			.product_text_title { font-size: 1em; margin: 0; }
			.product_text_title a { color: #000000 !important;  }
			.product_text_title a { text-decoration:none; }
			
			.product_text_price { color: #f3ae00; font-weight: bold; margin:5px; }


/* /product_list & featured products */

/* product_list subcategories with images */
.prodlist-subcategories-img {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	.prodlist-subcategories-img li {
		display: block;
		float: left;
		width: 180px;
		height: 205px;
		margin: 0 10px 10px 0;
		border: 1px solid #c0c0c0;
		line-height: 0;
	}
	
	.prodlist-subcategories-img .category_image { display: block; }
	.prodlist-subcategories-img a.category_title {
		display: block;
		height: 20px;
		padding-top: 4px;
		border-top: 1px solid #c0c0c0;
		background: transparent url(../images/design/menu_x.png) repeat-x left bottom;
		line-height: 1;
		font-weight: bold;
		text-align: center;
		color: #000000;
		overflow: hidden;
	}

	.prodlist-subcategories-img li:hover a.category_title,
	.prodlist-subcategories-img a.category_title:hover {
		background-color: #f3f3f3;
	}
/* /product_list subcategories with images */

/* product_view */
#product_breadcrump { margin-bottom: 10px; }

	.product_title { display: inline; margin: 0; font-size: 1em; }

#product_info_main { margin-bottom: 1em; }

	#product_image_container,
	#product_additional_images,
	#product_summary {
		float: left;
	}
	
	#product_image_container {
		margin-right: 20px;
		text-align: center;
	}
	
	#product_additional_images {
		margin-right: 20px;
		padding-right: 20px;
		border-right: 1px solid #bcbcbc;
	}
	
		.product_thumbnail_image {
			border: 1px solid #c0c0c0;
			margin-bottom: 1em;
		}
	
	#product_summary {
		width: 320px;
	}
	
		#product_summary h2 { margin-bottom: 0; }
		.product_sku { margin-bottom: 1em; font-size: 0.9em; }
	
		#prodview_view_product_pricing { margin-bottom: 1em; }
/* /product_view */

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/


.ui-tabs { zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; height:23px; border-bottom:1px solid #C4C4C4; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; height:23px; margin-left: 6px !important; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; height: 23px; padding:3px 1px; font-weight:bold; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; height:16px; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer !important; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
.ui-state-disabled { cursor: default !important; }
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: none/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(http://jquery-ui.googlecode.com/svn/tags/latest/themes/base/images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlContent}*/ 0/*{bgContentXPos}*/ 0/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header {  font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(http://jquery-ui.googlecode.com/svn/tags/latest/themes/base/images/images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 0/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff/*{fcDefault}*/; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(http://jquery-ui.googlecode.com/svn/tags/latest/themes/base/images/images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 0/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #222222/*{fcHover}*/; text-decoration: none; outline: none; }


.ui-tabs .ui-tabs-nav li {
	padding-left: 7px;
	background: #000000 url(../images/design/tab_grey_left.gif) no-repeat left top;
	border: none;
}

.ui-tabs .ui-tabs-nav li a {
	padding-right: 7px;
	background: #000000 url(../images/design/tab_grey_right.gif) no-repeat right top;
	outline-width: 0;
	height: 15px !important;
	font-size:11px !important;
	padding-top:4px !important;
}

.ui-tabs .ui-tabs-nav li a:hover {
	color: #f3ae00;
}

.ui-tabs .ui-tabs-selected {
	padding-left: 7px !important;
	background: #f3ae00 url(../images/design/tab_pink_left.gif) no-repeat left top !important;
	
}

.ui-tabs .ui-tabs-selected a {
	padding-right: 7px !important;
	background: #f3ae00 url(../images/design/tab_pink_right.gif) no-repeat right top !important;
	color: #ffffff !important;
}

#product_view	{
	background-color:#ffffff;
	margin-right:10px;
	padding-left:30px;
	}

#product_view h1 { margin-bottom: 0; font-size: 13px; font-weight:normal; color:#000000; }

	#prodview_view_picture_box_image {
		float: left;
		height: 400px;
		width: 400px;
		margin-bottom:30px;
		margin-top:10px;
	}
	
	#product_image_link_enlarge	{
		margin-left: 6px;
	}

		#product_view_right {
			float: right;
			width: 200px;
			height: auto;
			border: 1px solid #c4c4c4;
			margin-top: 40px;
			margin-right: 20px;
			padding: 20px;
		}
		
		.prodview_view_right_price	{
			color:#000000;
			font-size:13px;
			font-weight:bold;
		}

	
	#prodview_view_picture_box_text {
		width: auto;
		clear: both;
	}
	
		#prodview_view_picture_box_text img {
			float: left;
			margin-right: 5px;
		}
		
	.prodview_view_box_sku {
		font-size:10px;
	}
	

.input_submit_cart
{
	background:#f3ae00 none repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:800;
	height:24px;
	padding:0 6px 2px;
	width:73px;
	vertical-align:middle;
}
	
.input_submit {	
	background:#f3ae00 none repeat scroll 0 0;
	border:0 none;
	color:#FFFFFF !important;
	cursor:pointer;
	font-weight:800;
	padding:5px;
}
/* end prodview */

.category_breadcrump	{
	padding:0px 5px;
}

/* START logon.asp */
.page_header_box {
	background: url(../images/design/header_document.gif) no-repeat left bottom;
	width: auto;
	height: 25px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 15px;
}

.order-step	{
	padding-bottom:7px;
	color:#ffffff;
	float:right;
}
.page_header {height: 25px; }
.page_header a { color: #ffffff !important; }
.page_header,
.page_header h2 { font-size: 1.1em; font-weight: bold; color: inherit; margin-bottom: 0; float:left; }

.cart_table { width: 100%; }
.cart_table td,
.cart_table th { padding: 5px; background-color: #ffffff; vertical-align: middle; font-size: 0.9em; }
.cart_table th { border-bottom: 1px solid #7d8aa2; }
.cart_table td { border-bottom: 1px solid #eeeeee; }
.cart_table tr.cart_row td { border-bottom: 1px solid #e3e3e3; background-color: #f7f7f7; }

.CPgenHeadings a,
.CPgenHeadings { color: #555555 !important; }

.CPgenHeadings2 a,
.CPgenHeadings2 { color: #555555 !important; background-color:#e2e2e2; padding: 2px;  }

a.block_link, a.block_link_float {
background:#f3ae00  none repeat scroll 0 0;
color:#ffffff !important;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
height:14px;
margin:10px;
border:0;
padding:5px;
text-decoration:none;
}

a.block_link:active {
	padding: 5px 9px 3px 11px;
}

a.block_link_float { float: left; }


.CPprodDescDet h2	{
	margin:0;
}
.CPprodDescDet th, td	{
	padding:0;
}
#contact_page_holder	{
	border: 0;
	padding: 5px;
}
/* END logon.asp */



/* START order process files. */
.order_table { 	width: 759px; color:#555555; }

.page_table { 	width: 768px; color:#555555; }

#contact_page_holder	{
	color:#555555;
	margin-left:8px;
	margin-top:15px;
}

.order_table td,
.order_table th,
.page_table td,
.page_table th { vertical-align: middle; height: 25px; }

.order_table_step2 td,
.order_table_step2 th,
.page_table_step2 td,
.page_table_step2 th { vertical-align: middle; height: 30px; }

.order_table ol { margin: 0; list-style-type: none; }

.order_table li {
	float: left;
	width: 101px;
	margin: 0;
	padding: 8px 5px;
	background-color: #efefef;
	border: 1px solid #dddddd;
	border-width: 3px 1px 0 0;
	text-align: center;
	color: #666666;
	font-size: 0.8em;
}

.order_table li a { color: #666666; }
.order_table li a:hover { color: #999999; }
.order_table li.active { background-color: #ffffff; color: #333333; border-top-color: #ffffff; }

.overview td { border-bottom: 1px solid #eaeaea; }

tr.order_row_top td,
tr.order_row_top th { padding: 10px; background-color: #EEEEEE; font-size: 1em; }
tr.row_uneven td { background-color: #FDF9F2; border-bottom: 1px solid #FFF3D6; }
tr.row_even td { background-color: #FFFFFF; border-bottom: 1px solid #FFF3D6; }
/* END order process files. */

	.prodlist_navigation_holder {
		float: right;
		margin: 3px 15px 0px 0px;
		font-size:10px;
	}
	
	.prodlist_navigation_sort_results {
		float: right;
		padding-right:10px;
		font-size:12px;
	}
	
	.prodlist_category_header_text	{
		float:left;
	}
	
	.prodlist_category_header	{
		margin-bottom:10px;
	}
	
	.advanced_search_box {
	height:150px;
	background-color: #ffffff;
}

.categories_y	{
	margin: 5px 5px 5px 10px;
	padding:0;
	
}

.category_title	{
	color:#000000;
	text-decoration:none!important;
}
.category_title:hover	{
	color:#f3ae00;
}

#home_header	{
	margin: 20px 5px 5px ;
}
	
/* START Vertical categories menu. */
ul.categories_y,
ul.categories_y ul {
	width: 100%;
	margin: 0;
	list-style-type: none;
}

	ul.categories_y li {
		margin: 0;

	}
	
		ul.categories_y li a {
			display: block;
			padding: 4px 0px;
			text-decoration: none;
			outline: 0;
			color: #000000 !important;
			font-size: 13px;
		}
		
		ul.categories_y li ul li a {
			display: block;
			padding: 0px;
			text-decoration: none;
			outline: 0;
			color: #000000 !important;
			font-size: 12px;
		}
		
		ul.categories_y li.active a { font-weight: bold; }
		ul.categories_y li.active li {

		}
		ul.categories_y li.active li a {
			font-weight: normal;
		}
		
		ul.categories_y li.active li.active a { font-weight: bold; }
		
		ul.categories_y li a:hover { text-decoration: underline; color:#f3ae00!important; }

/* END Vertical categories menu. */

.prodview_view__picture_box_image 	{
	float:left;
}

.prodview_view_additional_picture_box_image	{
	float:left;
}

#cart_box_button_holder {
	float:right;
}

#basketlite_products	{
	float: left;
	padding-right: 5px;
}

#basketlite_total	{
	float: left;
}

.CPoptSel	{
	font-size: 10px;
	margin-bottom: 10px;
}

#payment_methods_table td	{
	padding: 5px;
}

.prodview_view_related_item {
	float: left;
	margin-right: 5px;
	padding: 1px;
	text-align: center;
	
}

.price_request	{
	text-decoration: underline;
}

#already_registered	{
	text-align: center; 
	background-color:#F0F0F0; 
	border:1px solid #D2D2D2; 
	margin:5px 0 15px;
	padding:5px 0;
}

#already_registered a	{
	text-decoration: underline;
}

#cartwrapper {
	padding-left:9px;
	width:759px;
}

.order_table_step2 {
	width:759px;
}

.order_table_step2 td, .order_table_step2 th, .page_table_step2 td, .page_table_step2 th  {
	height:30px;
	vertical-align:middle;
}

/* upsale. */
#upsaleheader {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

.product_box_cart {
	border: 1px solid #E2E3E5;
	display: inline;
	float: left;
	height: 278px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px;
	width: 160px;
}

.product_box_cart h2, .product_box_cart_mostright h2 {
	height:47px;
	background-color: #ffffff;
	padding: 0;
}

.product_box_cart_mostright {
	border: 1px solid #E2E3E5;
	display: inline;
	float: left;
	height: 278px;
	margin-bottom: 10px;
	padding: 10px;
	width: 160px;
}

#cart_upsale .input_submit_cart_prodlist  {
	border:medium none;
	background-color: #fafafa;
	border: 1px solid #e2e2e2;
	color:#000000;
	cursor:pointer;
	font-size: 11px;
	padding: 2px;
	vertical-align:middle;
}

.input_submit:hover {	
	text-decoration: none;
	background:#ffb700 none repeat scroll 0 0;
}
/* /upsale. */

.acceptterms a	{ text-decoration: underline; }

.accepttr td {
	background-color:#FAFAFA;
	border:1px solid #E2E2E2;
	height:35px;
}

#ship-bill	{
	background-color:#fafafa;
	border: 1px solid #e2e2e2;
	padding:10px;
}

#ship-bill table td	{
	height: 20px;
}

.info	{
	padding-bottom: 15px;
}

.cart_box	{
	border-bottom:1px solid #EEEEEE;
}

.cart_header	{
	color: #000;
	font-weight: bold;
	padding:5px;
}

.cart_info {
	width:100%;
}

.cart_info td {
	background-color:#FFFFFF;
	font-size:0.9em;
	padding:5px;
	vertical-align:middle;
}

/* prodlist header */
.prodlist_breadcrumb {
	float:left;
	font-size:11px;
	padding:2px 0 0 10px;
	width:213px;
}


.category_breadcrump	{
	padding:0px 5px;
}

.page_navigation_lang_nav_page {
	float:left;
	margin-left:10px;
}

.page_navigation_lang_nav_page_arrow {
	float:left;
	height:22px;
	margin:2px 0 0 10px;
}

.categories_sort {
	float:right;
	font-size:11px;
	padding:5px 0 0;
}

.categories_sort_search {
	float:right;
	font-size:11px;
	padding:0 10px 0;
}

.categories_header	{
	background-color:#FAFAFA;
	border:1px solid #E2E2E2;
	height:29px;
	margin:0 0 10px 0;
	padding:7px 5px;
	width:746px;
}
.categories_pagination  {
	float:right;
	font-size:11px;
	padding:5px 5px 0 0;
}

.categories_pagination_search  {
	float:right;
	font-size:11px;
	padding:8px 5px 0 0;
}

.prodlist_navigation_link, .prodlist_navigation_text {
	background-color:#F2F2F2;
	border:1px solid #E2E2E2;
	color:#000000 !important;
	cursor:pointer;
	font-size:10px;
	padding:5px;
	text-decoration:none;
	margin:0 2px;
	height:22px;
}

.prodlist_navigation_link:hover, .prodlist_navigation_text:hover	{
	text-decoration: none !important;
	background-color: #03c5fa;
	color: #ffffff !important;
	border:1px solid #000000;
}

.categories_header input, select, option, textarea	{
	padding: 0;
}
/* /prodlist header */