/* Global styles */
html,body{
	margin:0;
	padding:0; 
	background-position:center top; 
	background-repeat:no-repeat;
	background-attachment: fixed;
}

th {
    padding: 8px;
	color: blue;
    text-align: center;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

/* ***************
     Header Area 
   *************** */
#header {
	position: relative;
}

#header h1.title{
    font: bolder 180% "Trebuchet MS",Arial sans-serif;
	text-align: center;
	padding-top: 1em;
}

#header .cart_icon{
	padding: 0px 0px 0px 700px;
	width: 50px;
}

#header div.top-right-content{
	float:right;
	padding: 0px 0px 0px 0px;
	text-align: right;
	width: 140px;
	height: auto;
    font: 80% "Trebuchet MS",Arial sans-serif;
	margin:-25px 5px 0px 0px;
}

#header div.top-right-content a{
	color: #00aabb;
    font: bold 100% "Trebuchet MS",Arial sans-serif;	
}

#header div.top-right-content p{
	padding: 5px 5px 5px 5px;
}

#header .right{
    float: right;
	text-align: right;
}


/* ************* 
     Main Area 
   ************* */
#main{
	width:100%;
	margin-top:12px;
	/*margin: 12px 82px 10px 82px;
	min-height: 420px;*/
}


.list_without_bullet ul{
   list-style-type: none
}



/* ************* 
    Footer Area 
   ************* */
#footer {
	position: fixed;
	bottom: 0px;
	width: 90%;
	/*  clear: both;*/
	font: lighter 60% "Trebuchet MS", Arial, Sans-serif;
	text-align: center
}   

#footer a{
	color: red
}

/* **************
    Notice areas 
   ************** */
#notice {
  font-color: green;
  color: green;
  margin-left: 180px;
  margin-top: 10px;
  width: 40em;
  padding: 1em;
  border: 2px solid green;
  font: bold sans-serif;
} 

#error{
  font-color: red;
  color: red;
  margin-left: 180px;
  margin-top: 10px;
  width: 40em; 
  padding: 1em;
  border: 2px solid red;
  font: bolder sans-serif;
} 

#note{
	font: 75% "Trebuchet MS,Arial sans-serif";
	color: #5e5c5c;	
}

/* Appear when a product is added to the current shopping cart */
#shopping_cart_news{
	text-align: center;	
	font: 12px "Trebuchet MS",Arial sans-serif;
	/*height:1px;*/
}
/* **************
    Color to lists 
   ************** */
.odd {
 background-color: #fff;
}

.even {
 background-color: #eeeeee;
}

#table-format {
  margin-left:auto; 
  margin-right:auto;
  margin-top: 20px;
}

#table-format th.list_header {
  position: relative; 
  padding: 0px;
  color: #daeafa;
/*  color: green;*/
  height: 10px;
  width: auto;
  background-color: #2e3f44;
 }

#table-format .list_header a { 
  display: block; 
  text-decoration: none;
  color: #aaffaa;
  height: 30px;  
 }

#table-format .list_header a:hover { 
  background-color: #2e3f44;
  color: #efe;
 }

#table-format .list_header_create a { 
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #113311; 
  text-decoration: none; 
  background-color: #eeffee; 
  color: #116611;
 }

#table-format th.list_header_create { 
  background-color: white;
 }

#table-format table { 
  font: bold 125% "Trebuchet MS",Arial sans-serif;
 }
        
#table-format td {
  padding: 0;
}

#table-format a {
	text-decoration: none;
	color: blue;
}

#table-format td a {
  padding: 5px;
  display: block; 
  height: auto;
  width: auto; 
  font-size: 14px
}

#table-format td:hover {
  color: blue;
}

#table-format tr:hover {
  background: #E0FAC5;
  color: blue;
}

#table-format td a:hover{ 
  color: blue;
  background: #E0FAC5;
  font-size: -1px;
}

/*#search-box {*/
/*  background-color: red;*/
/*  width: 250px;*/
/*  margin: 3px 500px 0px 0px;*/
/*  padding: 5px 500px 0px 0px;*/
/*  */
/*}*/

/*move to the right place*/
#pricetable {
	background-color:#000;
	color:#FFFFFF;
	font-size:11px;
	margin:0 auto;
	padding:3px;
	position:relative;
	text-align:left;
	width:157px;
}

.blackpricebackground {
	color: white;	
	border: 3px solid blue;	
}

.style1{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.indent{
	margin: 0px 0px 0px 100px;
}

.center{
	margin-left: auto;
	margin-right: auto;
}
.green {
  border-color: #090;
  background-color: #cfc;
}

.box-creation {
  border: 1px solid;
  width: auto; 
  height: auto;
  padding: 5px;
  font-size: .6em;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.normal-form b{
	float:left;
	width:25%;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:bold;
}

.normal-form-custom-quote{
	width: 500px;
	height: auto;
}
.normal-form-custom-quote .quoterow {
	width:100%;
	padding:0px;
	vertical-align: top;
}
.normal-form-custom-quote .quoteleft {
	width:37%;
	padding:3px;
	vertical-align: top;
	text-align:right;
	float:left;
}
.normal-form-custom-quote .quoteright{
	width:57%;
	padding:3px;
	vertical-align: top;
	text-align:left;
	float:right;
}
.normal-form-custom-quote p {
	margin:0px;
	padding:0px;
}


.site_links {
	color: black;
	background-color: #cafee9;
	text-transform: uppercase;
	font-size: .6em;
	font-weight: bold;
	letter-spacing: .1em;
	border: 1px solid;
}
.site_links:hover{
	background-color: #a2f0e2;
}

#errorExplanation {
	width: 750px;
	border: 1px solid red;	
}

#errorExplanation h2 {
	width: 725px;
}

#errorExplanation p {
	font: bolder 80% "Trebuchet MS",Arial sans-serif;
}

/*.fieldWithErrors input{*/
/*  background-color: red;*/
/*  color: white;*/
/*  padding:1px 3px;*/
/*  font:  bolder 100% "Trebuchet MS",Arial sans-serif;*/
/*}*/


div#left_container {
	float:right;
	width:28px;
	padding:0px;
	vertical-align:top;
}
div#tight_container {
	float:right;
	width:36px;
	padding:0px;
	text-align:center;
}

.add_to_cart_button{
  background-color: #111; /* Fix: This property is canceled by input properties */
  height: 21px;
  width: 86px;
  border: none;
  display: block;
  text-indent: -5000px;
  overflow: hidden;
}

.add_to_cart_button:hover{
  background-color: #111; /* Fix: This property is canceled by input properties */
  background-position: -88px 0px;
  background-image: url('/images/shopping_cart/add_to_cart_on.png');  
}

.advice{
	font: 70% "Trebuchet MS,Arial sans-serif";
	color: #2A303A;
}

/*------------- boxes of internal shipping calculator ------------------- */
div#internal_shipentry_box {
 	width:580px;	/*780 seems to be the width of the area */
	margin:0px;
	padding:0px; 
}
div.internal_shipentry_column {
	width:280px;/* half of 780px = 390 (390-5px*2 padding = 380) */
	padding:5px;
	float:left;
}
div.internal_shipentry_inner_boxes {
	width:268px; /*380px -1*2 border - 5*2padding */
	border:1px solid #CCCCCC;
	padding:5px;
}
div.internal_shipentry_inner_boxes p {
	font: 12px "Trebuchet MS",Arial sans-serif;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;s
}
div.internal_shipentry_title_box {
	width:246px; /*368px -1*2border - 10*2padding */
	background-color:#437C9D;
	border:1px solid #366580;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
}
div.internal_shipentry_title_box p {
	font: 14px "Trebuchet MS",Arial sans-serif;
	font-weight:bold;
	margin:0px;
	color:#FFFFFF;	
}

/*------------- search ------------------- */
div.search_container{ 
	border: 4px solid #666666; 
	background: #000000;
	width: 920px;

	/*height: 235px;*/
	/*overflow:hidden;*/
	/*margin: 5px 0px 10px 158px;*/

	height: 240px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:12px;
	position:relative;
	/*margin: 5px 0px 10px 85px;*/

}

div#seach_display_box {
	width:910px; /*920 - 5*2padding */
	padding:5px;
	height:210px; /*240 - 20 top bar - 5*2 padding */
	overflow:auto;
	position:relative;
	/*border:1px solid #00FF00;*/
}
div#seach_display_box p {
	font: 12px "Trebuchet MS",Arial sans-serif;
	font-weight:bold;
	color:#FFFFFF;
}
div.section_title {
	width: 920px; /*920 */
	height:19px;
	/*border-top: 1px solid #FFFFFF;*/
	border-bottom:1px solid #FFFFFF;
	background-color:#666666;
	padding:0px;
	position:relative;
}
div.section_title p {
	text-align: left;
	margin: 0px 0px 0px 10px;
	font: 12px "Trebuchet MS",Arial sans-serif;
	font-weight: bold;	
	color: #FFFFFF;
}
div.section_product_row {
	margin-top:10px;
	width:890px;
	min-height:150px;
	margin-left:auto;
	margin-right:auto;
}
div.section_product_row .image {
    text-align:center;
    /*border: 2px solid blue;*/
    height:190px;
    width:110px;
    float:left;
    display:block;
    padding:0px;
	margin-right:15px;
}
div.section_product_row p a {
	color:#FFFFFF;
}
div.section_product_row p a:hover {
	text-decoration:underline;
}

.calendar {
	background-image:url(/images/calendar.png);
	background-position:right center;
	background-repeat:no-repeat;
	border:1px solid #CCCCCC;
	padding:3px;
}

div#sitemap_mainbox {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:900px;
}

div#sitemap_catalog_title a{
	color:white;
	font-family:"Trebuchet MS",Helvetica,Khalid,Garuda sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin:0 4px;
}

div#sitemap_product a{
	font-size:11px;
	margin-left: 20px;
}

div#sitemap_box{
	float: left;
/*	border: 1px solid red;*/
	width: 220px;
}
