html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 1em;
	background: #454545;/*#e5e5e5;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
}
body, td, th, input, textarea, select, a {
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #797979;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #bfa730;
	/*background: #ffde40;*/
	text-decoration: none;
}
a img {
	border: none;
}
p {
}

/* layout styling */
#container {
	width: 975px;
	margin: 10px auto;
	text-align: left;
	border: 1px solid #cfcfcf;
	position: relative;
	background: #fff;
	position: relative;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 94px;
	border: 2px solid #fff;
	background: url('../image/c_header_bg2.png') repeat-x;
	width: 971px;
}
#menu_top {
	position: absolute;
	top: 98px;
	border-top: 1px solid #dbdbdb;
	height: 56px;
	width: 975px;
}
#middle {
	padding-top: 155px;
}
#breadcrumb {
	margin-bottom: 6px;
	padding-left: 15px;
}
#breadcrumb p {
	margin: 0;
	padding: 0;
	font-size: 70%;
}
#content_wrapper {
	float: left;
	width: 100%;
}
#content {
	margin: 0 212px 0 212px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#column_left {
	float: left;
	width: 210px; /*Width of left column in pixel*/
	margin-left: -975px; /*Set margin to that of -(MainContainerWidth)*/
}
#column_right {
	float: left;
	width: 210px; /*Width of right column*/
	margin-left: -210px; /*Set left margin to -(RightColumnWidth)*/
}
#footer {
	clear: both;
	border: 1px solid #dbdbdb;
	margin: 6px;
}
/* layout styling ends here */

/* footer styling */
#footer div#footer_wrapper {
	border: 1px solid #fff;
	/*background: url('../image/c_footer_bg.png') repeat-x;*/
	background: #bfa730;
	height: 72px;
}
#footer p {
	font-size: 70%;
	margin: 20px 0px;
	padding: 0;
	padding-right: 10px;
}
#footer p a {
	color: #fff7d1;/*#ffde40;*/
}
/* footer styling ends here */

/* general */
.clear { clear: both; overflow: hidden; height: 1px; }
.bold {font-weight: bold !important;}
.text_black {color: #000 !important;}
.text_green {color: #77b015 !important;}
.text_white {color: #fff !important;}
.text_small { font-size: 70% !important; }
.text_normal { font-size: 80% !important; }
.align_center { text-align: center !important; }
.align_right { text-align: right !important; }
.align_left { text-align: left !important; }
.float_left { float: left; }
.float_right { float: right; }
.no_border { border: 0px !important; }
.grey_border { border: 1px solid #dbdbdb !important; }
.margin0 { margin: 0 !important; }
.padding0 { padding: 0 !important; }
/* general ends here*/

/* header styling */
#header div#logo {
	position: relative;
	top: 10px;
	left: 20px;
	width: 250px;
	float: left;
}
#header div#logo p {
	margin: 0;
	padding: 0;
}
#header div#logo p strong {
	font-size: 2.4em;
	font-weight: normal;
}
#header div#logo p strong a {
	color: #2e2c2d;
	text-decoration: none;
	font-family: Impact, “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
}
#header div#logo p span {
	color: #fff; /*#757575;*/
	font-size: 75%;
	position: relative;
	top: -5px;
	left: 0px;
	font-weight: bold;
}
#header div#search {
	float: right;
	margin-top: 15px;
	margin-right: 5px;
	color: #000;
}
#header div#search p {
	margin: 0;
	padding: 0;
	font-size: 80%;
	text-align: right;
}
#header div#search select {
	border: 1px solid #e3e3e3;
	padding: 1px;
}
#header div#search input {
	border: 1px solid #e3e3e3;
	padding: 2px;
}
#header div#module_cart {
	clear: right;
	float: right;
}
#header div#module_cart p {
	font-size: 80%;
	margin-right: 5px;
	padding-right: 25px;
	line-height: 20px;
	background: url('../image/c_cart.png') no-repeat 100% 0%;
	color: #fff;
}
#header div#module_cart p a {
	color: #ffde40 !important;
}
/* header styling ends here */

/* menu top styling */
#menu_top ul {
	margin: 6px;
	padding: 0;
	list-style: none;
	background: url('../image/c_menu_bg.png') repeat-x;
	height: 44px;
}
#menu_top ul li {
	line-height: 44px;
	float: left;
	padding: 0px 30px 0px 30px;
	background: url('../image/c_menu_li_bg.png') no-repeat 100% 13px;
}
#menu_top ul li a {
	color: #000;/*#fff;*/
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	display: block;
}
/* menu top styling ends here */


/* content styling */
#content h1, #content h2, #content h3, #content h4 {
	font-family: Impact, “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
}
#content h1 {
	font-size: 120%;
}
#content h2 {
	font-size: 100%;
}
#content h3 {
	color: #525252;
	font-size: 80%;
}
#content p {
	font-size: 80%;
	text-align: justify;
	line-height: 1.4em;
	margin: 5px 0px 5px 0px;
}
#content ul li {
	font-size: 80%;
	line-height: 1.4em;
}
#content ul li ul li {
	font-size: 90%;
}
#content div.box_product {
	width: 270px;
	height: 309px;
	border: 1px solid #dbdbdb;
	margin-bottom: 7px;
}
#content div.box_product h3 {
	height: 33px;
}
#content div.box_product h3 a {
	text-decoration: none;
}
#content div.box_product p.manufacturer {
	margin: 0px 0px 0px 3px;
	padding: 0;
	text-align: center;
	font-size: 70%;
}
#content div.box_product div.info {
	margin: 8px;
	border: 1px solid #e7eaef;
	height: 53px;
	background: url('../image/c_price_bg.png') repeat-x;
	padding: 10px;
}
#content div.box_product div.info p.left {
	display: inline-block;
	margin: 0px 5px 0px 0px;
	padding: 0;
	float: left;
	width: 105px; /* 126px */
	border-right: 1px dotted #dadadc;
	height: 51px;
}
#content div.box_product div.info p.right {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0;
	float: right;
	width: 115px;
	height: 51px;
	font-size: 70%;
}
#content div.box_product div.info p.left span.price {
	font-size: 150%;
	color: #a68900; /*#c93a02;*/
	font-weight: bold;
}
#content div.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	border: 1px solid #dbdbdb;
}
#content div.sort p {
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
}
#content div.sort select {
	margin: 0;
	padding: 0;
}
#content div.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
	border: 1px solid #dbdbdb;
	font-size: 70%;
}
#content div.pagination .links, #content div.pagination .results {
	padding: 7px;
}
#content div.pagination .links {
	float: left;
}
#content div.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
#content div.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
#content div.pagination .results {
	float: right;
}
#content div.boxer {
	background: #F7F7F7; 
	border: 1px solid #dbdbdb; 
	padding: 10px; 
	margin-top: 2px; 
	margin-bottom: 15px;
}
#content table.list {
	font-size: 80%;
	width: 100%;
	margin-bottom: 10px;
}
#content table.list th {
	background: url('../image/c_price_bg.png') repeat-x 0% 100%;
	padding: 8px 2px 8px 2px;
}
#content table.list td {
	border-bottom: 1px dotted #e7eaef;
	padding: 5px 2px 5px 2px;
	vertical-align: bottom;
	text-align: center;
}
#content div.boxer table.list td {
	vertical-align: bottom;
	text-align: left;
}
#content table.cart {
	font-size: 80%;
	width: 100%;
	border: 1px solid #dbdbdb;
}
#content table.cart th {
	background: url('../image/c_price_bg.png') repeat-x 0% 100%;
	padding: 8px 2px 8px 2px;
}
#content table.cart td {
	border-bottom: 1px dotted #e7eaef;
	padding: 5px 2px 5px 2px;
	vertical-align: middle;
}
#content div.heading_special {
	position: relative;
}
#content div.heading_special span {
	position: absolute;
	right: 5px;
	top: 5px;
}
#content table tr.odd {
	background: #fbfbfd !important;
}
/* content styling ends here */

/* box styling */
.box {
	margin: 0px 6px 6px 6px;
	background: url('../image/c_box_bg.png') repeat-x 0px 0px;
	border: 1px solid #dbdbdb;
}
.box h2 {
	font-size: 90%;
	margin: 0;
	padding: 0px 0px 0px 30px;
	line-height: 40px;
	background: url('../image/c_arrow.png') no-repeat 9px 10px;
}
.box p {
	margin: 0px;
	padding: 5px;
}
.box div#menu_left ul, .box div#information ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}
.box div#menu_left ul li, .box div#information ul li {
	padding: 4px 0px 4px 20px;
	border-bottom: 1px solid #e2e2e2;
}
.box div#menu_left ul li {
	background: url('../image/c_menu_left_li_bg.png') no-repeat 5px 8px;
}
.box div#information ul li {
	background: url('../image/c_bullet_2.png') no-repeat 5px 11px;
}
.box div#menu_left ul li a, .box div#information ul li a {
	text-decoration: none;
	font-size: 80%;
}
.box div#menu_left ul li a:hover, .box div#information ul li a:hover {
	color: #000;
}
.box div#menu_left ul li ul {
	margin: 0;
	padding: 0;
}
.box div#menu_left ul li ul li {
	padding: 2px 0px 2px 0px;
	background: none;
	border-bottom: none;
}
.box div#menu_left ul li ul li ul li {
	padding: 2px 0px 2px 10px;
}
.box div.box_product {
	width: 196px;
	height: 240px;
	margin-bottom: 7px;
}
.box div.box_product h3 {
	color: #525252;
	font-size: 80%;
}
.box div.box_product h3 a {
	text-decoration: none;
}
.box div.box_product div.info {
	margin: 8px;
	border: 1px solid #e7eaef;
	height: 73px;
	background: url('../image/c_price_bg.png') repeat-x;
	text-align: left;
	padding: 5px;
}
.box div.box_product div.info p.left {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	width: 74px; /* 126px */
	border-right: 1px dotted #dadadc;
	height: 51px;
	font-size: 70%;
}
.box div.box_product div.info p.right {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	width: 65px;
	height: 51px;
	font-size: 70%;
}
.box div.box_product div.info p.left span.price {
	font-size: 130%;
	color: #c93a02; 
	font-weight: bold;
}
.box table.list {
	font-size: 75%;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.box table.list th {
	background: url('../image/c_price_bg.png') repeat-x 0% 100%;
	padding: 5px 2px 5px 2px;
}
.box table.list td {
	border-bottom: 1px dotted #e7eaef;
	padding: 2px 2px 2px 2px;
}
/* box styling ends here */


.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #FFC;
}
.switcher img {
	position: relative;
	top: 1px;
}

.success {
	padding: 0px 5px 0px 40px;
	margin-bottom: 10px;
	background: #E4F1C9 url('../image/c_ok.png') no-repeat 3px center;
	border: 1px solid #454545;
	line-height: 35px !important;
}
.warning {
	padding: 0px 5px 0px 40px;
	margin-bottom: 10px;
	background: #db3f2e url('../image/c_error.png') no-repeat 3px center;
	border: 1px solid #454545;
	line-height: 35px !important;
	color: #fff;
	font-size: 80%;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
	font-size: 70%;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button_orange {
	padding-left: 2px;
	display: inline-block;
	margin-right: 0px;
	background: url('../image/c_button_orange_left.png') top left no-repeat;
	text-decoration: none;
	color:#FFF;
	min-height: 20px;
	font-size: 15px;
}
.button_orange span {
	color: #FFF;
	display: block;
	padding: 1px 8px 0px 5px;
	background: url('../image/c_button_orange_right.png') top right no-repeat;
	min-height: 20px;
}
.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#FFF;
}
.button span {
	color: #FFF;
	display: block;
	padding: 4px 12px 5px 5px;
	background: url('../image/button_right.png') top right no-repeat;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	padding: 5px;
	text-align: right !important;
	position: relative;
}
.buttons span.special {
	position: absolute;
	top: 10px;
	left: 5px;
}
/*.buttons span.special a {
	color: #74b014;
}*/
.buttons input {
	padding: 0px;
	margin: 0px;
}

.content {
	background: #FFF;
	border: 1px solid #e7eaef;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
/*
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
*/

.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}


