body {
	font-family: Arial;
	margin: 0;
	padding: 0;
	background: #fff;
}

#wrapper {
	width:100%;
	background:#fff;
}

#header {
	width:100%;
	background-image: url(img/topmenu_bg.png);
}

#header_inner {
	width:960px;
	margin:0 auto;
	height: 90px;
}

#subheader {
	width:100%;
	background-image: url(img/lightblue_bg.png);
	border-top: 1px #a1bbe6 solid;
}

#subheader_inner {
	width:940px;
	margin:0 auto;
	background-image: url(img/element.png);
	background-repeat:no-repeat;
}

#subheader_inner_2 {
	width:940px;
	margin:0 auto;
	background-image: url(img/element.png);
	background-repeat:no-repeat;
	background-position: 0 -40px;
}

#cart {
	width:100%;
	margin:0 auto;
	border-top:#6a7b97 1px solid;
	border-bottom:#6a7b97 1px solid;
	
	
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e0e0e0), to(#eee));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top, #eee, #e0e0e0);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top, #e0e0e0, #eee);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #e0e0e0, #eee);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top, #e0e0e0, #eee);
	
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e0e0e0, endColorstr=#eeeeee);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e0e0e0, endColorstr=#eeeeee)";
}

#cart_inner {
	width:940px;
	margin:0 auto;
	padding: 10px 0 10px 0;
}

#logo {
	float: left;
	margin-top: 13px;
	margin-left:10px;
	border: none;
}

#pagecontent {
	width:940px;
	margin:0 auto;
}

#footer {
	width:100%;
	margin:0 auto;
	margin-top:40px;
		
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#383838), to(#1c1c1c));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top, #383838, #1c1c1c);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top, #383838, #1c1c1c);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #383838, #1c1c1c);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top, #383838, #1c1c1c);
	
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#383838, endColorstr=#1c1c1c);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#383838, endColorstr=#1c1c1c)";
}

#footer_inner {
	width:940px;
	margin:0 auto;
	padding:30px 0 40px 0;
	text-align:center;
}

#footer_inner .logos {
	border-top:1px solid #555;
	border-bottom:1px solid #555;
	padding:5px 0 5px 0;
	margin-top:10px;
}

#footer_inner .column {
	width:220px;
	margin-right:20px;
	float: left;
	text-align: left;
}

#footer_inner .column.last {
	margin-right:0px;
	width: 440px;
}

.column h2 {
	color:#cfcfcf;
	text-shadow: #000 0px 1px 0px;
	font-size:16px;
	font-weight: normal;
	margin-top:0;
	padding-top:0;
}

.column p, .column p a {
	color:#9A9A9A;
	text-shadow: #000 0px 1px 0px;
	font-size:14px;
	line-height:18px;
	text-decoration: none;
}

.column p a:hover {
	text-decoration: underline;
}

.column ul {
	margin: 0;
	padding: 0;
}

.column li {
	list-style-type: none;
	margin-bottom:10px;
}

.column li a {
	color:#9A9A9A;
	text-shadow: #000 0px 1px 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px;
}

.column li a:hover {
	color:#cfcfcf;
	background: #cc6406;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



#clearheight {
	width:100%;
	margin:0 auto;
	height: 40px;
}



/* page cells */

.container_520_20 {
	width:520px;
	margin-right:20px;
	float:left;
}

.container_340_20 {
	width:340px;
	margin-right:20px;
	float:left;
}

.container_580_0 {
	width:580px;
	margin-right:0px;
	float:left;
}


.container_700_20 {
	width:700px;
	margin-right:20px;
	float:left;
}

.container_940_0 {
	width:900px;
	margin-right:0px;
	float:left;
	padding:20px;
	background:#eaeaea;
	border-top:#CCC 1px solid;
}


.container_940_2_0 {
	width:900px;
	margin-right:0px;
	float:left;
	padding:20px;
	background:#eaeaea;
	border-top:#CCC 1px solid;
	margin-top: 30px;
}

.container_400_0 {
	width:400px;
	margin-right:0px;
	float:left;
}

.container_460_0 {
	width:460px;
	margin-right:0px;
	float:left;
}

.container_460_20 {
	width:460px;
	margin-right:20px;
	float:left;
}

.container_220_20 {
	width:220px;
	margin-right:20px;
	float:left;
}

.container_220_0 {
	width:220px;
	margin-right:0px;
	float:left;
}

.container_220_60 {
	width:220px;
	margin-right:60px;
	float:left;
	margin-left: 10px;
}

.container_660_0 {
	width:660px;
	float:left;
}


/* page cells */


/* top menu */

#topmenu {
	float:right;
	margin-top: 35px;
	margin-right: 10px;
}

#topmenu ul {
	margin:0;
	padding: 0;
	list-style:none;
}

#topmenu li {
	margin:0;
	padding:0;
	display: inline;
}

#topmenu a {
	float:left;
	background-repeat: repeat-x;
	margin:0;
	height: 56px;
	text-decoration:none;
	line-height: 56px;
	padding: 0 20px 0 20px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	text-shadow: #414c5d 0px 1px 0px;
}

#topmenu a:hover {
	background-image: url(img/topmenu_active.png);
}

#topmenu a.active {
	background-image: url(img/topmenu_active.png);
}

/* top menu */

h1.header {
	font-size:30px;
	line-height:30px;
	color: #fff;
	text-shadow: #677793 0px 1px 0px;
	margin-top:25px;
}

h3.header {
	font-size:12px;
	color:#585857;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom:5px;
}

h3.caseheader {
	font-size:12px;
	color:#585857;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}

h2.standard {
	color:#6a7b97;
	font-size:16px;
	margin-bottom:-5px;
}

h2.standard_large {
	color:#6a7b97;
	font-size:20px;
	line-height:28px;
	margin-top:0;
	text-shadow: #fff 0px 1px 0px;
}

h2.news {
	color:#6a7b97;
	font-size:16px;
}

h2.case {
	color:#6a7b97;
	font-size:16px;
	margin-top: 0;
}

.leftcol {
	width: 45%;
	float: left;
}

.rightcol {
	width: 45%;
	float: right;
}


#subheader_inner p {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	text-shadow: #677793 0px 1px 0px;
	font-weight: bold;
}

h1.subheader {
	font-size:26px;
	line-height:45px;
	color: #fff;
	text-shadow: #677793 0px 1px 0px;
	padding:50px 0 50px 0;
	margin:0;
}


.introimage {
	border:4px #e3e3e1 solid;
}



/* side menu */

#sidemenu {
}

#sidemenu ul {
	margin: 0;
	padding: 0;
}

#sidemenu li {
	list-style: none;
	text-align:left;
} 


.search {
 	background:url(img/search_bg.png) no-repeat center;
 	margin:0;
	width:100%;
	height:40px;
}

.search input {
 	background:none;
	border:none;
	width:160px;
	height:22px;
	margin:10px 8px 0 42px;
	font-family: Arial, Helvetica, sans-serif;
 	font-size:11px;
	color:#666;
	line-height:22px;
}



#sidemenu .first-level {
 	cursor: pointer;
 	display:block;
 	background-image: url(img/lightblue_bg.png);
 	margin-top: 5px;
}


#sidemenu .first-level.first {
	margin: 0;
}


#sidemenu a.second-level.first {
	border-top:#fff 1px solid;
}

#sidemenu a.second-level.last {
}


ul#theMenu li span { 
	width: 7px;
	height: 35px;
	float: right;
	padding-right:10px;
	background: url(img/arrow2.png) no-repeat center top;
}

#sidemenu a.second-level {
 	color: #6a7b97;
 	cursor: pointer;
 	display:block;
 	background: #e0e0e0;
	
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e0e0e0), to(#eee));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top, #e0e0e0, #eee);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top, #e0e0e0, #eee);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #e0e0e0, #eee);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top, #e0e0e0, #eee);
	
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e0e0e0, endColorstr=#eeeeee);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e0e0e0, endColorstr=#eeeeee)";
	
 	height: 35px;
 	line-height: 35px;
 	text-indent: 20px;
 	text-shadow: #fff 0px 1px 0px;
 	text-transform: uppercase;
 	text-decoration: none;
 	font-size: 14px;
 	border-bottom: 1px solid #f6f6f6;
}




#sidemenu a.second-level:hover, #sidemenu a.second-level.active {
	color: #cc6406;
	
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#e0e0e0));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top, #ccc, #e0e0e0);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top, #ccc, #e0e0e0);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #ccc, #e0e0e0);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top, #ccc, #e0e0e0);
	
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cccccc, endColorstr=#e0e0e0);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cccccc, endColorstr=#e0e0e0)";
}

#sidemenu a.third-level.first {
	border-top:#8aa0c5 1px solid;
	padding-top: 20px;
}

#sidemenu a.third-level.last {
	border-bottom:#8aa0c5 1px solid;
	padding-bottom: 20px;
}

#sidemenu a.third-level {
 	color: #6a7b97;
 	cursor: pointer;
 	display:block;
 	padding: 10px 0 10px 30px;
 	text-shadow: #fff 0px 1px 0px;
 	text-decoration: none;
 	font-size: 12px;
}

ul#xtraMenu {
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top, #fff, #eee);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top, #fff, #eee);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #fff, #eee);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top, #fff, #eee);
	
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee)";
}

#sidemenu a.third-level:hover {
	color: #cc6406;
	text-decoration: underline;
}

#sidemenu a.third-level.active {
	color: #cc6406;
	text-decoration: underline;
}

/* side menu */

#search_content {
	display: none;
	position: absolute;
	padding: 10px;
	width: 300px;
	border:#8aa0c5 1px solid;
	background: #fff;

	/* Skugga */	
	-moz-box-shadow: 3px 3px 8px #666;
	-webkit-box-shadow: 3px 3px 8px #666;
	box-shadow: 3px 3px 8px #666;
	
	/* runda hörn */
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}

#search_content h2 {
	color: #6a7b97;
 	text-shadow: #fff 0px 1px 0px;
	font-size: 16px;
	border-bottom:#8aa0c5 1px solid;
	font-weight: bold;
}

#search_content a {
	color: #6a7b97;
	font-size: 12px;
	padding:5px;
	background:#e0e0e0;
	border:1px #a1bbe6 solid;
	display:inline-block;
	margin-bottom:5px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#search_content a:hover {
	color: #fff;
	background:#cc6406;
	border:1px #cc6406 solid;
	text-shadow: none;
}
	

#crumlist {
	height: 40px;
	border-bottom:#8aa0c5 1px solid;
	
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e0e0e0), to(#eee));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top, #e0e0e0, #eee);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top, #e0e0e0, #eee);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #e0e0e0, #eee);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top, #e0e0e0, #eee);
	
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e0e0e0, endColorstr=#eeeeee);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e0e0e0, endColorstr=#eeeeee)";
	
	text-indent: 20px;
	
}

#crumlist p {
	text-shadow: #fff 0px 1px 0px;
 	text-transform: uppercase;
 	text-decoration: none;
 	font-size: 14px;
 	color: #6a7b97;
 	line-height: 40px;
 	padding: 0;
 	margin: 0;
 	display: inline;
}

#crumlist p:after {
	content: " » ";
}

#crumlist p.last:after {
	content: "";
}

#prodspace {
	padding: 20px 20px 20px 20px;
}

#prodspace h1, #contentpanel h1 {
	color: #cc6406;
	font-size: 24px;
	line-height: 34px;
	padding: 0;
	margin-top:0;
	font-weight: normal;
}

h1.popular {
	color: #666;
	font-size: 14px;
	line-height: 34px;
	padding: 0;
	margin-top:20;
	font-weight: normal;
	border-bottom:1px #666 solid;
	text-transform: uppercase;
	margin-bottom:0px;
}

p.artnr {
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	margin-top: 0;
}

p, #contentpanel p {
	font-size: 14px;
	line-height: 20px;
	color: #585857;
}



.textcontainer {
	padding:0 10px 0 10px;
}

.textcontainer h1 {
	color:#cc6406;
	font-size:24px;
	line-height:28px;
}

br.clearfix {
	clear:both;
}

.float_r {
	position: absolute;
	margin-left:260px;
}

#contentpanel {
	padding: 20px;
}

#contentpanel h2 {
	color: #666;
	font-size: 18px;
	line-height: 22px;
	text-shadow: none;
	margin-bottom:20px;
}

#shipping_address, #payment_address {
	display: none;
}

#contentpanel .column {
	float:left;
	width:45%;
	clear: both;
}

#contentpanel .column.full {
	float: none;
	width:100%;
	clear: both;
}

#contentpanel .columnLeft {
	float:left;
	width:40%;
	clear: none;
}

#contentpanel .columnRight {
	float: left;
	width:60%;
}

.login_label {
	font-size: 14px;
	color: #6a7b97;
	text-shadow: none;
	height:0;
}

.standard_label {
	font-size: 14px;
	color: #666;
	text-shadow: none;
}

.standard_label_2 {
	font-size: 14px;
	color: #666;
	text-shadow: none;	
	display:block;
	margin-top: 10px;
	float:left;
	clear:left;
	width:115px;
	padding: 0;
	margin-right: 30px;
}

.standard_label_2.next {
	margin-top: 20px;
}

.standard_label_2.2lines {
	margin-top: -20px;
}

.standard_label_3 {
	font-size: 14px;
	color: #666;
	text-shadow: none;	
}

.infopanel {
	border-top:#8aa0c5 1px solid;
	width: 660px;
}

.infopanel .column {
	float: left;
	padding: 15px 20px 15px 20px;
	width: 289px;
}

.infopanel .column.right {
	border-left:#8aa0c5 1px solid;
}

.infopanel .column.left {
	border-right:#8aa0c5 1px solid;
}

.infopanel .headline {
	color: #cc6406;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #fff 0px 1px 0px;
	padding: 0;
	margin: 0 0 20px 0;
}

.infopanel .infotext {
	color: #000;
	font-size: 12px;
	text-shadow: #fff 0px 1px 0px;
	padding: 0;
	margin: 0 0 20px 0;
	line-height: 16px;
}


.infopanel .price {
	color: #000;
	font-size: 32px;
	text-shadow: #fff 0px 1px 0px;
	padding: 0;
	margin: 0 0 20px 0;
}

.infopanel .price span {
	background: #cc6406;
	padding:4px;
	color:#fff;
	font-size:11px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: none;
	margin-left:20px;
	position: absolute;
}

.infopanel .price_sub {
	color: #999;
	font-size: 16px;
	text-shadow: #fff 0px 1px 0px;
	padding: 0;
	margin: 0;
}

.infopanel .infoheadline {
	color: #000;
	font-size: 14px;
	text-shadow: #fff 0px 1px 0px;
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: bold;
}

.infopanel .infoheadline span {
	font-weight: normal;
	font-style: italic;
}

.infopanel_input {
	padding: 4px 6px 4px 6px;
	font-size: 24px;
	width: 60px;
	text-align: center;
	font-family: Arial;
}

label.infopanel_input {
	font-size: 24px;
	color: #000;
}

.infopanel_addbasket {	
	border-top:#8aa0c5 1px solid;
	padding: 20px;
	height:40px;
}

.btn_addbasket {
	display:block;
	float: right;
	background-image: url(img/btn_addbasket.png);
	background-repeat: no-repeat;
	text-shadow: #3d631d 0px 1px 0px;
	color: #fff;
	text-transform: uppercase;
	font-size:12px;
	text-align:center;
	text-decoration: none;
	width: 190px;
	height: 44px;
	line-height: 44px;
	font-weight: bold;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}

.btn_addbasket:hover {
	background-image: url(img/btn_addbasket_hover.png);
	background-repeat: no-repeat;
}

.btn_addbasket:active {
	background-image: url(img/btn_addbasket_active.png);
	background-repeat: no-repeat;
}


.btn_standard_input {
	display:block;
	background-image: url(img/btn_standard.png);
	background-repeat: no-repeat;
	text-shadow: #fff 0px 1px 0px;
	color: #666;
	text-transform: uppercase;
	font-size:10px;
	text-align:center;
	text-decoration: none;
	width: 144px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}

.btn_standard_input:hover {
	background-image: url(img/btn_standard_hover.png);
	background-repeat: no-repeat;
}

.btn_standard_input:active {
	background-image: url(img/btn_standard_active.png);
	background-repeat: no-repeat;
}



.btn_standard a {
	display:block;
	background-image: url(img/btn_standard.png);
	background-repeat: no-repeat;
	text-shadow: #fff 0px 1px 0px;
	color: #666;
	text-transform: uppercase;
	font-size:10px;
	text-align:center;
	text-decoration: none;
	width: 144px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

.btn_standard a:hover {
	background-image: url(img/btn_standard_hover.png);
	background-repeat: no-repeat;
}

.btn_standard a:active {
	background-image: url(img/btn_standard_active.png);
	background-repeat: no-repeat;
}

.btn_standard_green a {
	display:block;
	background-image:url(img/btn_green_normal.png);
	background-repeat: no-repeat;
	text-shadow: #3d631d 0px 1px 0px;
	color: #fff;
	text-transform: uppercase;
	font-size:10px;
	text-align:center;
	text-decoration: none;
	width: 144px;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
}

.btn_standard a {
	display:block;
	background-image: url(img/btn_standard.png);
	background-repeat: no-repeat;
	text-shadow: #fff 0px 1px 0px;
	color: #666;
	text-transform: uppercase;
	font-size:10px;
	text-align:center;
	text-decoration: none;
	width: 144px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

.btn_cart a:hover {
	background-image: url(img/btn_basket_normal.png);
	background-repeat: no-repeat;
}

.btn_cart a:active {
	background-image: url(img/btn_basket_active.png);
	background-repeat: no-repeat;
}

.btn_cart a {
	display:block;
	background-image: url(img/btn_basket_hover.png);
	background-repeat: no-repeat;
	text-shadow: #93510f 0px 1px 0px;
	color: #fff;
	text-transform: uppercase;
	font-size:10px;
	text-align:center;
	text-decoration: none;
	width: 144px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}


.btn_standard_orange a {
	display:block;
	background-image: url(img/orange_bg_standard.png);
	background-repeat: no-repeat;
	text-shadow: #885211 0px 1px 0px;
	color: #fff;
	text-transform: uppercase;
	font-size:12px;
	text-align:center;
	text-decoration: none;
	width: 175px;
	height: 44px;
	line-height: 44px;
	font-weight: bold;
}

.btn_standard_orange a:hover {
	background-image: url(img/orange_bg_hover.png);
	background-repeat: no-repeat;
}

.btn_standard_orange a:active {
	background-image: url(img/orange_bg_active.png);
	background-repeat: no-repeat;
}



img {
	border: none;
}

.btn_standard_green a:hover {
	background-image:url(img/btn_green_hover.png);
	background-repeat: no-repeat;
}

.btn_standard_green a:active {
	background-image:url(img/btn_green_active.png);
	background-repeat: no-repeat;
}


#subheader_inner .price {
	float:right;
	color: #fff;
	text-shadow: #414c5d 0px 1px 0px;
	font-size: 24px;
	margin-right:40px;
}

#status span {
	font-size:40px;
	margin-right:257px;
	color:#000;
	text-decoration: none;
}

#status span.first {
	margin-left:15px;
}

#status span.last {
	margin-right:0;
}

#status span.active {
	color: #000;
	text-shadow: #fff 0px 1px 0px;
}

#status span.disabled, #status span.disabled a {
	color: #999;
	text-shadow: #fff 0px 1px 0px;
	text-decoration: none;
}

#status span.disabled a:hover {
	color: #000;
	text-decoration: underline;
}

#status {
	width:620px;
	height:54px;
	line-height:54px;
	margin-bottom:20px;
}

#status.step1 {
	background: url(img/step_1.png) no-repeat;
}

#status.step2 {
	background: url(img/step_2.png) no-repeat;
}

#status.step3 {
	background: url(img/step_3.png) no-repeat;
}

.choice a {
	color:#666;
	text-shadow: #fff 0px 1px 0px;
	text-decoration: none;
	font-size: 14px;
	padding: 10px;
	background: #ecf1fa;
	border:1px solid #e0e0e0;
	display: block;
	margin-bottom:15px;
	height:30x;
	line-height:30px;
}

.choice .last {
	margin-bottom:30px;
}

.choice a:hover {
	border:1px solid #a1bbe6;
}

.choice a.selected {
	background: #e4f3d9;
}

.choice a.selected {
	background: #e4f3d9;
	border:1px solid #e0e0e0;
}

.order_details {
	width: 100%;
	padding:5px;
	background:red;
}

.tbl_container {
	display: table;
	margin-top:15px;
	margin-bottom:40px;
}

.tbl_container_2 {
	display: table;
	margin-top:10px;
}

.tbl_row {
	display: table-row;
}

.tbl_row.first {
	height: 20px;
}

.tbl_row.total {
	background: #e4f3d9;
}

.tbl_row.info {
	background: #f6f6f6;
}

.tbl_line {
	border-top:1px solid #e0e0e0;
	padding:10px 0 10px 0;
}

.tbl_line_2 {
	border-top:1px solid #fff;
	padding:10px 0 10px 0;
}

.tbl_cell {
	display: table-cell;
	padding-right:20px;
}

.tbl_cell.space {
	padding-bottom:15px;
}

.btn_details a {
	padding:4px;
	background:#e4f3d9;
	border:1px solid #aad789;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:10px;
	text-shadow: #fff 0px 1px 0px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

.btn_details a:hover {
	border:1px solid #88ac6e;
}


.btn_delete a {
	padding:4px;
	background:#f1caca;
	border:1px solid #f1b8b8;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:10px;
	text-shadow: #fff 0px 1px 0px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

.btn_delete a:hover {
	border:1px solid #f19090;
}

.tbl_cell span {
	display:block;
	font-size:11px;
	color: #666;
	margin-top:3px;
}

.tbl_cell.last {
	padding-right:0px;
}

.tbl_header {
	text-shadow: #fff 0px 1px 0px;
	color: #6a7b97;
	font-size:14px;
	font-weight: bold;
	margin:0;
	padding:0;
}

.tbl_text {
	text-shadow: #fff 0px 1px 0px;
	color: #000;
	font-size:12px;
}

.tbl_text.total {
	font-size:16px;
}

.tbl_filename {
	text-shadow: #fff 0px 1px 0px;
	color: #666;
	font-size:11px;
	margin:0;
	padding:0;
}

.tbl_price {
	text-shadow: #fff 0px 1px 0px;
	color: #00;
	font-size:14px;
	padding:0;
}


.cart_input {
	font-size: 12px;
	width: 40px;
	height:20px;
	text-align: center;
	font-family: Arial;
}

.hr {
	color: #fff;
	background-color: #fff;
	height: 1px;
	border: 0;
}

h3, h4 {
	font-weight: normal;
	padding:0;
	margin:0;
}

.prodview {
	float:left;
	width:208px;
	margin-right:15px;
	border:1px #8aa0c5 solid;
	margin-top:15px;
}

.prodview.right {
	float:right;
	width:208px;
	border:1px #8aa0c5 solid;
	margin-top:15px;
	margin-right:0px;
}

.prodview h1, .prodview h1 {
	background: #8aa0c5;
	font-size:14px;
	font-weight:bold;
	padding: 5px;
	margin:0;
	text-shadow: #414c5d 0px 1px 0px;
	color:#fff;
	height:30px;
}

.prodview p, .prodview p {
	font-size:12px;
	line-height:18px;
	margin:0 10px 0 10px;
	padding-top:10px;
}


.buysection {
	background: #f6f6f6;
	border-top:1px #e0e0e0 solid;
	padding:0 10px 10px 10px;
}
	
.buysection .price {
	color:#cc6406;
	text-shadow: #fff 0px 1px 0px;
	font-size:16px;
	margin-bottom:10px;
}

.buysection .price span {
	color:#666;
	font-size:12px;
	display:block;
}


/* login dropdown */


ul.topnav {
	list-style: none;
	padding: 0;
	height:49px;
	margin: 0;
	float: left;
}

ul.topnav li {
	float: left;
	margin: 0;
	padding:0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	
}

ul.topnav li a {
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	padding: 0 25px 0 10px;
	margin-right: -17px;
	font-size: 14px;
	
	text-shadow: #414c5d 0px 1px 0px;
	
	
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a1bbe6), to(#6a7b97));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top, #a1bbe6, #6a7b97);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top, #a1bbe6, #6a7b97);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #a1bbe6, #6a7b97);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top, #a1bbe6, #6a7b97);
	
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a1bbe6, endColorstr=#6a7b97);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#a1bbe6, endColorstr=#6a7b97)";
  
  	border-left: 1px solid #6a7b97;
  	border-right: 1px solid #a1bbe6;	
	
}


ul.topnav li a:hover {
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a1bbe6), to(#546177));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top, #a1bbe6, #546177);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top, #a1bbe6, #546177);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #a1bbe6, #546177);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top, #a1bbe6, #546177);
	
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a1bbe6, endColorstr=#546177);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#a1bbe6, endColorstr=#546177)";
  
  	border-left: 1px solid #6a7b97;
  	border-right: 1px solid #a1bbe6;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 7px;
	height: 49px;
	float: left;
	background: url(img/arrow.png) no-repeat center top;
}

/* Subn navigation login window */

ul.topnav li .login {
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 49px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	border-bottom: 1px solid #8aa0c5;
	border-left: 1px solid #6a7b97;
  	border-right: 1px solid #a1bbe6;
	background:#fff;
	width:250px;
	padding:5px 20px 20px 20px;
}

ul.topnav li .login a {
	margin: 0;
	padding: 0 0 30px 0;
	background: #fff;
	border: none;
	text-shadow: none;
	display: block;
	float: none;
	color: #6a7b97;
	width: 100%;
	height:0;
	/* For Internet Explorer 5.5 - 7 */
	filter: none;
	/* For Internet Explorer 8 */
	-ms-filter: "none";
}

ul.topnav li .login a:hover {
	color: #cc6406;
}

.login input {
	margin:0;
}

/* Subn navigation login window */

/* Subn navigation logged on */

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 49px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	border-bottom: 1px solid #8aa0c5;
	background:#fff;
}

ul.topnav li ul.subnav li {
	margin: 0; padding: 0;
	clear: both;
}

ul.subnav .logout {
	border-top: 1px solid #8aa0c5;
}

html ul.topnav li ul.subnav li a {
	float: left;
	padding: 0;
	margin: 0;
	width: 200px;
	padding-left: 10px;
	background: #fff;
	color: #6a7b97;
	text-shadow: #fff 0px 1px 0px;
	/* For Internet Explorer 5.5 - 7 */
	filter: none;
	/* For Internet Explorer 8 */
	-ms-filter: "none";
}

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background:#f6f6f6;
	text-decoration: none;
	color:#cc6406;
}

/* Subn navigation logged on */


.standard_input {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top, #eee, #fff);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top, #eee, #fff);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #eee, #fff);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top, #eee, #fff);
	
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#ffffff);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#ffffff)";

	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	border: solid 1px #CCC;
	outline: 0;
	padding:8px;
	color:#666;
	font-size:14px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:block;
	margin:0px;
	margin-top: 10px;
	text-shadow: #fff 0px 1px 0px;
}

.standard_input.error {
	border: 2px solid #f1b8b8;
}

.standard_input.last {
	margin-bottom: 15px;
}


.login_input {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top, #eee, #fff);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top, #eee, #fff);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #eee, #fff);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top, #eee, #fff);
	
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#ffffff);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#ffffff)";
	
	
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	border: solid 1px #CCC;
	outline: 0;
	color:#666;
	font-size:14px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: #fff 0px 1px 0px;
}

.input_btn {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top, #eee, #fff);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top, #eee, #fff);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #eee, #fff);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top, #eee, #fff);
	
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#ffffff);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#ffffff)";
	
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	border: solid 1px #CCC;
	outline: 0;
	padding:8px;
	color:#666;
	font-size:14px;
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: #fff 0px 1px 0px;
}

.input_btn.register {
	margin-left:145px;
}

#cboxTitle {
  display: none !important;
}


/* login dropdown */



/* Easy Slider */

#slider .headline {
	z-index:999;
	color:#000;
	position:absolute;
}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:660px;
		height:260px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:none;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../colorbox_img/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../colorbox_img/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

#recover_password, #change_password {
	padding:20px;
}

#recover_password h1, #change_password h1 {
	color: #cc6406;
	font-size: 18px;
	line-height: 34px;
	font-weight: normal;
	padding: 0;
	margin-top:0;
	font-weight: normal;
}

#cart_empty {
	background: #ff9;
    border: 1px solid #fc0;
    font-size: 34px;
	margin:0 auto;
	padding:20px;
	text-align:center;
}

#checklist {
	background: #ff9;
    border: 1px solid #fc0;
    font-size: 16px;
	padding:20px;
	margin-top:20px;
	margin-bottom: 20px;
}

#checklist p {
	font-size: 12px;
	line-height: 18px;
}

#checklist h2 {
	font-size:18px;
	display:block;
	margin-top:0;
}

#checklist div {
	float:right;
}


#search_results {
	padding: 10px;
	background: red;
}

.fb-like1, .g-plusone {
	margin: 15px 0 0 0;
	padding: 0;
}

.fb-like2 {
	margin: 25px 0 0 0;
	padding: 0;
}

#fb-root {
	display:none;
}

form {
	margin:0;
	padding:0;
}

/* SLIDER FOR THE HEADER */

/*
	Slideshow
*/

#slides {
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/


.slidebox {
	width:350px;
	margin:0 auto;
	background-image:url(img/prod/prod_bg.png);
	background-repeat:no-repeat;
}

.slides_container {
	width:230px;
	display:none;
	margin:0 auto;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:230px;
	height:305px;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	position:absolute;
	margin-top:-20px;
	z-index:200;
	margin-left:85px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/* SLIDER FOR THE HEADER */


ul#feednav {
	overflow: hidden;
	margin: 0;
 	padding: 0;
	margin-bottom:-2px;
}

ul#feednav li {
	float: left;
	list-style: none;
	background-image: url(img/tab_bg_2.png);
	background-repeat:repeat-x;
	padding: 8px 15px 8px 15px;
	margin-right:10px;
}

ul#feednav li a {
	font-size:14px;
	text-decoration: none;
	color:#fff;
	text-shadow: #4a5569 0px 1px 0px;
}

ul#feednav li a:hover, ul#feednav li a.selected {
	font-size:14px;
	text-decoration: none;
	font-weight: bold;
}


#mainContent {
	border:2px #8fa6cc solid;
	margin:0;
	padding:0;
}


.feeddate {
	color:#6a7b97;
	display: block;
}

ul.news {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
}
 

 
ul.news li {
	padding: 10px;
	margin: 0;
	overflow: hidden;
	border-bottom: solid 1px #E9E9E9;
}

ul.news li:hover {
	
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#e0e0e0));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top, #eee, #e0e0e0);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top, #eee, #e0e0e0);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #eee, #e0e0e0);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top, #eee, #e0e0e0);
	
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#e0e0e0);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e0e0e0, endColorstr=#eeeeee)";
}

 
ul.news li p {
	padding: 3px 0 3px 0;
	margin: 0;
	line-height: 18px;
	font-size:13px;
}
 
ul.news a {
display: block;
}
 
ul.news li a { color: #cc6406 !important; text-decoration: none; }
 
ul.news li a:hover { text-decoration: underline; }

ul.news li:hover {
	text-shadow: #fff 0px 1px 0px;
}

.line {
	border-bottom: solid 1px #ccc;
	height:1px;
	display:block;
	clear:both;
	margin:10px 0 10px 0;
	padding-top:10px;
}

.line.blank {
	border: none;
}

.container_220_20 a, .container_220_0 a, .container_580_0 a, .container_340_20 a {
	color: #cc6406;
	text-decoration: none;
	font-size:12px;
}

.container_220_20 a:after, .container_220_0 a:after {
	content:  " →";
}

.container_220_20 a:hover, .container_220_0 a:hover, .container_580_0 a:hover, .container_340_20 a:hover {
	text-decoration: underline;
}

.container_220_20 p, .container_220_0 p {
	font-size: 12px;
	line-height: 18px;
	color: #585857;
}

p.large {
	font-size: 14px;
	line-height: 20px;
	color: #585857;
}

#slideshow p {
	font-size: 12px;
	line-height: 20px;
	color: #585857;
	text-shadow: #fff 0px 1px 0px;
	font-weight: normal;
}

#slideshow p span {
	font-weight: bold;
}



.prodinfo {
	padding:20px;
	margin:0;
}

.prodinfo h1 {
	color:#6a7b97;
	font-size: 20px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
}

.splitter li {
	list-style-type:none;
	display:inline;
}

ul.splitter {
	list-style-type:none;
	display:inline;
}


.splitter li a {
	background:#6a7b97;
	webkit-border-radius: 8px;
	-khtml-border-radius: 8px;	
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#fff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	line-height:25px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}

.splitter li a:hover {
	background:#cc6406;
	text-decoration: none;
}

.splitter li a.current {
	background:#cc6406;
}

ul#portfolio {
	float: left;
	list-style: none;
	margin-left: 0;
	width: 500px;
}
ul#portfolio li {
	float: left;
	width: 250px;
	height:140px;
}


#material {
	position:absolute;
	right: 0;
}


a .img {
	float: left;
	margin-right: 5px;
	display: block;
	border: solid 2px #E9E9E9;
	padding:2px; 
}

a .img:hover {
	-moz-box-shadow: 0px 0px 6px #666;
	-webkit-box-shadow: 0px 0px 6px #666;
	box-shadow: 0px 0px 6px #666;
	border: solid 2px #fff;
	background: #fff;
}
