/**
 * Reset
 */
 
* {
	margin: 0;
	padding: 0;
	outline-width: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

body, html { margin:0; padding:0; width:100%; height: 100%;}


body > #wrapper {
	height:auto;
	min-height:100%;
}

#wrapper {
	position: relative;
	margin: auto;
	height: 100%;
}

h1	{ padding:5px;}
.date	{ padding: 5px; font-size: 14px; font-family:Arial, Helvetica, sans-serif;}
/* main */
.main {
	padding:0 0 239px 0;

}

img { border:none; }

.resize { width:985px; margin:0 auto;}

/********** header **********/
.header { background:url(../images/design/header_bg.gif) top repeat-x; padding:0; margin:0 auto; height: 117px; }

.block_header {margin:0 auto; width:960px; padding:0; border:none; height: 117px; }
/* logo */
.logo { float:left; padding:0; margin:0; width:227px; height: 117px;}
/* search */
.search { margin:19px 20px 0 0; float:right; width:440px; height: 43px;}
.search form { display:block; float:right; padding:5px 0;}
.search_back  { display:block; float:left; background:url(../images/design/search_bg.gif) left top no-repeat; width:138px; padding:5px 10px; height:23px; border: none;}
.search form .keywords { line-height:14px; float:left; border:0; width:138px; padding:9px 0; height:15px; background:none; margin:0; font:normal 14px Arial, Helvetica, sans-serif; color:#9c9c9c;}
.search form .button { float:left; margin:0; padding:0;}
/* menu */	
.menu { float:right; margin:14px 0 1px 0; width: 435px; height: 41px; }
.menu ul {  padding:0; margin:0; list-style:none; border:0; float: left;  }
.menu ul li { float:left; margin:0; padding:0 1px; border:0; position: relative;}
.menu ul li a { float:left; margin:0; padding:13px 0; color:#434343; font:normal 11px Arial, Helvetica, sans-serif; text-decoration:none;}
.menu ul li a span { padding:13px; background:none;}
.menu ul li:hover a {  background: url(../images/design/r_menu.gif) no-repeat right;}
.menu ul li:hover a span {  background:url(../images/design/l_menu.gif) no-repeat left;}
.menu ul li.active a { background:url(../images/design/r_menu.gif) no-repeat right;}
.menu ul li.active a span {  background:url(../images/design/l_menu.gif) no-repeat left;}
.menu ul li ul { border: 1px solid #e1e1e1; border-top-color:#ffffff !important; background-color: #efefef; width: 150px; padding: 1px 0 0 1px; position: absolute; z-index: 100; }
.menu ul li ul li { padding: 10px;}
.menu ul li ul li a span {  background:none; background-color: #efefef; padding: 10px 0 0 5px; display: block; }

.category_title:hover	{
	color:#0078c2;
}
.menu ul ul { position: absolute; top: 100%; left: 0; float: left; width: 100%; display: none;}
.menu ul ul li { float: none; }
.menu ul li:hover ul { display: block !important; }
.menu ul ul li a { float: none; background: none; }
.menu ul ul li span { background: none; padding: 0; }
.menu ul ul li a:hover {  background: none;}
.menu ul ul li a:hover span {  background: none;}
.menu ul li.active ul li a { background:none; }
.menu ul li.active ul { border: 1px solid #e1e1e1; background-color: #efefef; width: 150px; padding: 1px 0 0 1px; }
.menu ul li.active ul li { padding: 10px;}
.menu ul li.active ul li a span {  background:none; background-color: #efefef; padding: 10px 0 0 5px; display: block; }
/********** slider **********/
.slider {background:#efefef url(../images/design/simple_text_bg.gif) top center repeat-x; margin:0 auto; padding:0; height:333px;}
/*header_text*/
.header_text { margin:0 auto; padding:0; height: 333px;}
.header_text .div { float:right; width:890px; height: 333px; padding:0; margin:0;}
.header_text img { margin:36px 0 0 0; padding:0;}
.header_text img.screen { float:left; margin:0; padding:12px 0 0 0;}
.header_text .div .left1 { float:right; width:420px; padding:0; margin:0; height: 333px;}
.header_text .div .left1 h2 { font:bold 26px Arial, Helvetica, sans-serif; color:#fff; margin:52px 0 20px 0; }
.header_text p.ulli { width:330px; font: normal 12px Arial, Helvetica, sans-serif; color:#fff; padding:5px 0 5px 20px; margin:0; background: url(../images/design/simple_ul_li.gif) left no-repeat;}
.header_text p { font: normal 12px Arial, Helvetica, sans-serif; color:#fff; line-height: 2;}
.header_text p.button { font: normal 12px Arial, Helvetica, sans-serif; color:#fff; margin:0; padding:0 0 0;}
/* ================*/
.slider2 {background: url(../images/design/simple_text_bg2.gif) top center repeat-x; margin:0 auto; padding:0; height:131px;}
.header_text2 { margin:0 auto; padding:0; width:960px;}
.header_text2 h2 { font:bold 19px Arial, Helvetica, sans-serif; color:#fff; padding:68px 0 20px 25px; margin:0; }
/*top_sup*/
.top_sup { padding:0 0 10px 0; margin:0; background:#efefef; height:74px;}
.top_sup_resize { width:960px; border-top:1px solid #d6d6d6; margin:0 auto; padding:0; height:73px;}
.top_sup_resize img { float:left; margin:5px 10px; padding:0;}
.top_sup_resize p { font: normal 11px Arial, Helvetica, sans-serif; color:#5f5f5f; padding:5px; margin:0; line-height:1.8em;}
.top_sup_resize strong { color:#2e2e2e;}
.top_sup_resize .blogga { width:230px; float:left; margin:0 2px; padding:2px; border-right:1px solid #d6d6d6;}
.top_sup_resize .blogga2 { width:230px; float:left; margin:0 2px; padding:2px;}
/********** block index **********/
.body { background: #fff; border-top:1px solid #e1e1e1;  }
.body_resize { width:960px; margin:0 auto; padding:0;}
.body h2 { font:normal 18px Arial, Helvetica, sans-serif; color:#2a2a2a; padding:5px; margin:0;}
.body p { font:normal 12px Arial, Helvetica, sans-serif; color:#5f5f5f; padding:10px 5px; margin:0; line-height:1.8em;}
.body p span { color:#a4a4a4; font: normal 11px Arial, Helvetica, sans-serif; line-height:1.8em;}
.body a { color:#2079c5; text-decoration: underline;}
.body p.test { margin:5px 10px; background: #f6f6f6 url(../images/design/test.gif) top left no-repeat; border:3px solid #ececec; padding:10px 20px;}

.body img.floated { float:right; margin:5px 10px; padding:0;}
.left { width:589px; float:left; margin: 10px 0 0 0; padding:0 20px; border-right:1px solid #f2f2f2;}
.left .serv { width:265px; float:left; margin:0; padding:5px 10px;}
.right  { width:290px; float:right; margin:10px 0 0 0; padding:0 20px;}
/********** contact form **********/
#contactform { margin:0; padding:5px 10px;}
#contactform * { color:#F00;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label { margin:0; width:110px; display:block; padding:10px 0; color:#5f5f5f; font: normal 12px Arial, Helvetica, sans-serif; text-transform:capitalize; float:left;}
#contactform label span { color:#F00;}
#contactform input.text { width:440px; border:1px solid #e7e7e7; margin:10px 0; padding:5px 2px; height:16px; background:#f8f8f8; float:left;}
#contactform textarea { width:440px; border:1px solid #e7e7e7; margin:10px 0; padding:2px; background:#f8f8f8; float:left;}
#contactform li.buttons input { padding:3px 0 3px 110px; margin:0; border:0; color:#FFF; float:left;}
p.response { text-align:center; color:#F00; font: normal 11px  Georgia, "Times New Roman", Times, serif; line-height:1.8em; width:auto;}
/*************footer**********/
.footer { 
	padding:0; 
	margin:0 auto; 
	background:#2077c4 url(../images/design/footer_bg.gif) top repeat-x; 
	height: 239px; 
	clear:both;
	margin-top:-239px;
	position:relative;
	z-index:10;
}
.footer_resize {width:960px; margin:0 auto; padding:30px 0 10px 0;}
.footer  { font:normal 11px  Arial, Helvetica, sans-serif; color:#fff; line-height:1.8em;}
.footer a { font:normal 11px Arial, Helvetica, sans-serif; color:#fff; text-decoration:underline; padding:5px; margin:0;}
.footer img {margin:2px 5px; padding:0;}
.footer .leftt { text-align:left; width:20%; margin:0; padding:0; float:left;} 
.leftt li { list-style-type: none;} 
.rightt { text-align:center; margin:0; padding:20px; } 
p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
li.bg, .bg { clear:both; border-top:1px solid #ddd; padding:0; margin:10px 0; background:none; line-height:0;}

.blogga a	{
	text-decoration: none;
	color:#5F5F5F;
}

.blogga a:hover	{
	text-decoration: underline;
	color:#5F5F5F;
}

.blogga2 a	{
	text-decoration: none;
	color:#5F5F5F;
}

.blogga2 a:hover	{
	text-decoration: underline;
	color:#5F5F5F;
}

/**
 * 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:30px;
	}
	
		.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; }

.prodlist_breadcrumb {
	margin-bottom: 10px;
}

.categories_sort {
	margin-bottom: 10px;
}
/* /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 */

	.page_navigation_lang_nav_page_arrow {
		float:right;
		height:18px;
		line-height:0.7;
		padding-left:5px;
	}
	
	.page_navigation_lang_nav_page {
		float:left;
		height:18px;
		line-height:1.2;
	}
		
	.categories_pagination {
		float:right;
		font-size:11px;
		padding:0 15px 0 0;
		width:136px;
	}
		
	.prodlist_navigation_text {
		font-size:21px;
		padding:0 5px;
	}
		
	.prodlist_navigation_link {
		font-size:21px;
	}



/* 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_variants {
		margin-bottom: 10px;
	}
	
		.optionTitle,
		.optionSelector {
			float: left;
			margin-right: 5px;
			margin-bottom: 10px;
		}
		
		.optionSelector {
			clear: right;
		}
	
		#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: 12px; font-weight:normal; color:#666666; }

	#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:#227ec7 none repeat scroll 0 0;
	border:0;
	color:#ffffff;
	cursor:pointer;
	font-weight:800;
	height:23px;
	padding:3px 3px 6px;
}

.input_submit:hover {	
	background:#258ad3 none repeat scroll 0 0;
}
/* end prodview */

.category_breadcrump	{
	padding:0px 5px;
}

/* START logon.asp */
.page_header_box {
	background-color: #f3ae00;
	width: auto;
	padding:5px;
	height:17px;
	color: #ffffff;
	margin-bottom: 5px;
}

.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 { border-bottom: 1px solid #FFFFFF !important; background-color: #f5f5f5 !important; color: #555555 !important; }

a.block_link, a.block_link_float {
background:#2485ca  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,
.page_table { width: 100%; color:#555555; }

#contact_page_holder	{
	color:#555555;
	margin-left:8px;
	margin-top:15px;
}

#contact_page_holder .input_submit {
	margin-top: 5px;
	font-size: 10px;
}

.order_table td,
.order_table th,
.page_table td,
.page_table th { padding: 5px 0; background-color: #ffffff; vertical-align: middle; font-size: 0.9em; height: 35px; }

.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;
}


#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.active a { font-weight: bold; }
		ul.categories_y li.active li {

		}
		ul.categories_y li.active li a {
			padding-left: 20px;
			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;
}

/*slider */
.gallery { width:890px; height:333px; margin:0 auto; }
#slider { margin:0; padding:0; list-style:none; }
#slider ul,
#slider li { margin:0; padding:0; list-style:none; }
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li { width:890px; height:333px; overflow:hidden; }
p#controls { margin:0; padding:0; position:relative; }
#prevBtn { display:block; margin:0; overflow:hidden; width:35px; height:75px; position:absolute; left:-55px; top:-210px; }
#nextBtn { display:block; margin:0; overflow:hidden; width:35px; height:75px; position:absolute; left: 910px; top:-210px; }
#prevBtn a { display:block; width:35px; height:75px; background:url(../images/design/l_arrow.gif) no-repeat 0 0; }
#nextBtn a { display:block; width:35px; height:75px; background:url(../images/design/r_arrow.gif) no-repeat 0 0; }
.textslider	{
	height: 140px;
}

.textslider a	{
	color: #000000;
}

/* end slider /*/

#contact_page_your_name, #contact_page_your_email, #contact_page_your_subject, #contact_page_your_message	{
	font-size: 0.8em;
}