html, body {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 12px;
	color: #000000;
}

img {
	border: none;
}



.prod_image {

/* This centers the image */
display: block;
margin-left: auto;
margin-right: auto;

/* This adds the border */
padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
}


.cart_icon {
	border: none;
	margin: 12px 0px;
}

.searchBtn {
	color: #FFFFFF;
	background-color: #72888c;
	border: 1px solid #fff;
	height: 20px;
	width: 30px;
	font-size: 10px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
}

#search_area {
    float: left;
}

#date {
    color: #fff;
	float: right;
}		

.searchBox {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
}
.textbox {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	/*font-size: 12px;*/
	color: #e1e1e1;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
}
.submit {	
	color: #FFFFFF;
	/* height: 18px; */
	/* font-weight: bold; */
	font-size: 11px;
	background-color: #72888c;
	border: 1px solid #424242;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	margin-bottom: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin-left: 30px;
	padding: 0px;
	color: #333333;	
}

li {
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 12px;
}

li.num {
	color: #333333;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	color: #fff;
}
a.txtSession, a.txtSiteDocs {
	color: #000000;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #70cdcc;
	text-decoration: none;
}
.txtButton {
	color: #FFFFFF;
	background-color: #E8E8E8;
	border: 1px solid #000000;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	padding: 2px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
}


}

a.txtButton {
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #000000;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	padding: 2px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	color: #FFFF00;
	background-color: #666666;
	border: 1px solid #000000;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	padding: 2px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
}
.txtOldPrice {
	text-decoration: line-through;
	font-size:12px;
}
.txtSale {
 	color: #70cdcc;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size:16px;
	font-weight:bold;
}
.txtOutOfStock {
	color: #FF0000;
}
.txtPrice {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size:16px;
	font-weight:bold;
	color: #333333;
}
.txtSiteDocs, a.txtSiteDocs {
	color: #ffffff;
	text-decoration:none;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 12px;
}
a.txtSiteDocs:hover {
	color: #70cdcc;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #000;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #70cdcc;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #70cdcc;
	text-decoration:none;
}
.txtContentTitle {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #f1f1f1;
	height: 15px;
	border-left: 0px solid #424242;
	padding: 5px;
}
.txtBoxSave {
	color: #70cdcc;
	padding-left: 16px;
}
.tblList {
}
.tdListTitle {
	background-color: #e1e1e1;
	font-weight: bold;
	color: #727272;
}
.tdEven {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.tdOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.txtCartPrice {
	float: right;
	color: #424242;
	padding-right: 3px;
}
.txtCart {
	color: #333333;	
}
.cartTotal {
	border-top: 1px dashed #e1e1e1;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 5px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #333333;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #70cdcc;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #FFFFFF;
	background-color: #72888c;
	border: 1px solid #424242;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 5px;
}
a.txtviewCart:hover {
	color: #FFFFFF;
	background-color: #70cdcc;
	border: 1px solid #66bbba;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 5px;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #FFFFFF;
	background-color: #e1e1e1;
	border: 1px solid #cccccc;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #e1e1e1;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #c3e37e;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;
}
.tdcartEven {
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;	
}
.tdcartOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.tdCartSubTotal {
	padding-top: 10px;
}

.txtStockWarn {
	color: #FF0000;
}
.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	/*font-size: 11px;*/
	padding-top: 5px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.RatingTop {
	background-color: #ffffff;
	padding: 3px;
}

.RatingMain {
	background-color: #ffffff;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	background-color: #ffffff;
	padding: 3px;
}

.RatingBottom {
	background-color: #e1e1e1;
	padding: 3px;
	color: #FFFFFF;
	/*font-size: 11px;*/
}

a.sortLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.sortLink:hover {
	text-decoration: underline;
}

#shipping-select {
	width: 220px;
}


<!--Added Styles-->


.clearfix:after {
    content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: inherit;
}

* html .clearfix {
   height: 1%;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #bf9f62;
	background-image: url(/images/BG.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	min-height: 100%;
}
a:link {
	color: #666666;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #999999;
}
a:active {
	color: #666666;
}

#main_wrapper {
   width: 927px;
   margin-left: auto;
   margin-right: auto;
   min-height: 100%;
}

#header {
  display: inline;
  width: 927px;
  min-height: 185px;
}  

#header_left {
   float: left;
   min-height: 185px;
   width: 297px;
}

#header_right {
   float: right;
   min-height: 185px;
   background-image:url(/images/flash_header.jpg);
   background-repeat:no-repeat;
   width: 630px;
} 

#links_area {
   clear: both;
   background-color:#424242;
   padding-top: 7px;
   padding-left: 10px;
   padding-right:10px;
   min-height: 25px;
}  

#main_area {
    max-width: 927px;
	height: auto;
	background-image:url(/images/page_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border:#424242 solid 1px;
	padding: 10px;
}	
	
#footer_area {
    
	background-color: #424242;
	min-height:	15px;
	width: 880px;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	}

#footer_area a:link {
    font-size:10px;
	color: #fff;
}	

#footer_area a:visited {
    font-size:10px;
	color: #fff;
}		

#footer_area a:hover {
    font-size:10px;
	color: #ccc;
}		

#footer_area a:active {
    font-size:10px;
	color: #fff;
}		

	

#left_side {
   width: 180px;
   float: left;
   padding: 5px;
}  


#right_side {
   width: 180px;
   float: right;
   padding: 5px;
}   

#main_content {
   width: 500px;
   float: left;
   margin-left: 5px;
} 

  
