html,body,form,
h1,h2,h3,h4,h5,h6,p
{
	margin:0px;
	padding:0px;
}


body
{
	background:#eceee6;
	font-size:0.8em;
	color:#777;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}

.contentwidth
{
	width:960px;
	margin:0 auto;
}

p, h1, h2, h3, h4, h5, h6
{
	padding:4px 0;
	font-weight:normal;
}
h1
{
	font-size:1.8em;
	font-weight:bold;
}
h2 { font-size:1.7em; }
h3 { font-size:1.5em; }
h4 { font-size:1.4em; }
h5 { font-size:1.3em; font-weight:bold; }
h6 { font-size:1.1em; font-weight:bold; }
a
{
	color:#f48327;
}
a:hover
{
	color:#393b32;
}
a img
{
	border:0px;
}

#header-container
{
	background:#393632;
}
#header #logo
{
	float:left;
	width:460px;
}
#header #headertools
{
	float:right;
	width:340px;
	text-align:right;
}

#header #headertools p.welcome
{
	font-size:1.7em;
	padding:20px 0 0 0;
}
#header #headertools p
{
	color:#fff;
}
#header #headertools a
{
	color:#fff;
}

#menu UL
{
	margin:0;
	padding:2px 0 0 0;
}
#menu UL LI
{
	display:inline;
	padding:0 1px;
}	
#menu UL LI a
{
	line-height:41px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	padding:6px 18px 10px 18px;
}
#menu UL LI a:hover
{
	color:#777;
}
#menu UL LI a.active
{
	background:#fff;
	color:#393632;
	color:#777;
}



#submenu UL
{
	margin:0;
	padding:2px 0 0 0;
}
#submenu UL LI
{
	display:inline;
	padding:0 1px;
}	
#submenu UL LI a
{
	line-height:41px;
	text-decoration:none;
	color:#f07f24;
	font-size:0.85em;
	padding:6px 18px 8px 18px;
}
#submenu UL LI a:hover, #submenu UL LI a.active
{
	background:#fff;
	color:#393632;
}








#menu-container
{
	background:#fff url(../images/menuBg.jpg) repeat-x;
	border-bottom:1px solid #d9dad3;
}


#breadcrumbs p
{
	line-height:4em;
	font-size:0.85em;
}
#breadcrumbs a
{
	text-decoration:none;
}
#breadcrumbs {
display:block;
height:15px;}
.content
{
	background:#fff;
	padding:15px;
	margin-bottom:15px;
}
.content
{
	background:#fff;
	padding:15px;
	margin-bottom:15px;
}
#sideCol .content
{
padding-left:0px;
padding-right:0px;
}

#main p
{
	line-height:1.8em;
}
.borders
{
	border-top:6px solid #f48327;
	border-bottom:1px solid #f48327;
}


#mainCol
{
	float:left;
	width:740px;
	
}
#sideCol
{
	float:left;
	margin:0 0 0 18px;
	width:200px;
}
#singleCol
{

}



form .field label
{
	display:block;
	font-weight:bold;
}
form .field
{
	padding:6px 0;
}

form .textbox-small, 
form .textbox, 
form .textbox-large, 
form .textarea-small,
form .textarea,
form .textarea-large,
select
{
	padding:4px;
}
form .textbox-small
{
	width:170px;
}
form .textbox
{
	width:350px;
}
form .textbox-large
{
	width:450px;
}

form .textarea-small
{
	width:250px;
	height:100px;
	
}
form .textarea
{
	width:350px;
	height:100px;
}
form .textarea-large
{
	width:450px;
	height:100px;
}

form .button-bold, form .button-subdued
{
	font-weight:bold;
	color:#fff;
	padding:4px;
}
form .button-bold
{
	border:1px solid #f07f24;
	background:#f07f24;
}
form .button-subdued
{
	border:1px solid #ccc;
	background:#ccc;
}

p.success, p.error, .errors
{
	line-height:2em;
	margin:8px 0;
	color:#fff;
	font-weight:bold;
	padding:0 10px;
}
p.success
{
	background:#86ca5d;
	border:2px solid #5cb327;
}
p.success a, p.error a
{
	color:#fff;
}
p.error, .errors
{
	background:#d44937;
	border:2px solid #aa2b1a;
}
label.error, 
{
	color:#990000;
}



.tabledata
{
	border:1px solid #ccc;
	margin-bottom:10px;
	clear:both;
}
.tabledata th
{
	font-weight:bold;
	background:#ccc;
	color:#fff;
	text-align:left
}
.tabledata .shaded
{
	/*background:#eee;*/
}


#login
{
	width:190px;
	margin:40px auto;
	background:#fff;
	padding:20px;
}




/* clearfix start */ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* clearfix end */ 
.clear {
clear:both;}
/*
JCART v1.1
http://conceptlogic.com/jcart/
*/

#jcart * { margin:0; padding:0; font-family:arial, tahoma, verdana, sans-serif; }
#jcart, #jcart input, #jcart-tooltip { font-size:12px; }

#jcart fieldset { border:0; }

#jcart table { width:100%; border:0; background:#fff; border-collapse:collapse; }
#jcart tr {  }
#jcart th, #jcart td { padding:5px; border:0; border:solid 1px #ccc; vertical-align:top; text-align:left; font-weight:normal; }
#jcart td.empty { text-align:center; }

#jcart p.jcart-error { text-align:center; padding:5px; }

#jcart strong#jcart-title {  }

#jcart th { background:#eeeeee }
#jcart th#header {  }
$jcart th#footer {  }

#jcart td.jcart-item-qty { width:25%; }
#jcart td.jcart-item-name { width:50%; font-weight:bold; }
#jcart td.jcart-item-price { width:25%; font-weight:bold; text-align:right; }
#jcart td.jcart-item-price span { display:block; }

#jcart a.jcart-remove { font-size:11px; font-weight:normal; }

#jcart span#jcart-subtotal { display:block; }
#jcart span#jcart-subtotal strong {  }

#jcart input.jcart-button { padding:2px; margin:2px;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F07F24 none repeat scroll 0 0;
border:1px solid #F07F24;

color:#FFFFFF;
}

#jcart input#jcart-checkout { float:right; }

#jcart input#jcart-paypal-checkout { display:block; padding:10px; margin:20px auto; }

#jcart-tooltip { border:solid 1px #000; padding:3px 7px 3px 25px; background:url(checkmark.png) 3px center no-repeat #f2fcee;  }

.jcart fieldset {padding:0;
margin:0;border:none;}

form.jcart  .button-bold, form.jcart .button-subdued {
color:#FFFFFF;
font-weight:normal;
padding:0px;
}
/*.testcart {
position:fixed;
width:200px;}*/
#sticky {

  width: 200px;
  }
#sticky.stick {

  position: fixed;
  top: 0;
  z-index: 10000;
  }
  

/* table design */
table.tabledata table th {display:none;}
table.tabledata table td {
width:25%;
text-align:center;}
table.tabledata table {
width:100%;
}
#pagination ul {
list-style:none;}
#pagination li {
float:left;
padding:5px;
padding-left:10px;
padding-right:10px;}

#pagination li.currentPage  {
border: 1px solid #f07f24;}

/* Form Contact */
#wlpeUser label,#contactForm label {
float:left;
font-size:1em;
margin-right:15px;
padding-top:5px;
text-align:right;
width:100px;
}

#wlpeUser input,#wlpeUser textarea,  #contactForm input, #contactForm textarea {
border:2px solid #CCCCCC;
font-family:Helvetica,sans-serif;
font-size:1em;
margin:0 0 10px;
padding:5px;
width:300px;
}
#contactForm input.button {
width:100px;}
#wlpeUser legend, #contactForm  legend {
font-size:1.2em;
padding-bottom:5px;}

#wlpeUser ol,#contactForm ol,#wlpeUser ul, #contactForm ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;}

#contactForm  .required, #contactForm .invalid
{
	border:2px solid #aa2b1a;
	background-color:#FFB3B3;
}

.right {float:right;}
.shaded {background-color:#EEEEEE;}

/* Login form */
#header-container fieldset {
border:none;}

/* Multilanguage */
.yams_list ul {
list-style-type:none}

.yams_list li {
display:inline-block;
float:left;
padding:5px;
background-color:#F07F24;
color:#FFFFFF;
font-weight:bold;
margin:5px;}

.yams_list li a{
color:#FFFFFF;}

.yams_list li.yams_current{
background-color:#CCCCCC;}
