body
{
	margin: 0px;
	background: #454545;
}

.headerContainer
{
	background: url('../../../../images/headerBG.jpg') repeat-x;
}

.menuContainer
{
	width: 585px;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

.menuContainer img
{
	border: 0px solid;
}

#mainContainer
{
	width: 800px;
	position: relative;
	margin-left: -400px;
	left: 50%;
}

#marqueeContainer
{
	width: 585px;
	overflow: hidden;
	display: block;
}

.marqueeText
{
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #f6a219;
	white-space: nowrap;
	margin-left: 585px;
}

#sessionContainer
{
	background: #f6a219;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	text-align: right;
	padding: 3px;
}

#sessionContainer a
{
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}

#cartContainer
{
	background: url('../../../../images/cartBG.jpg') repeat-y;
}

#cartBox
{
	background: url('../../../../images/cartTopBG.jpg') no-repeat top;
	padding: 0px 10px 0px 10px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}

#cartBox .viewCartDiv
{
	padding: 6px 0px 0px 0px;
}

#cartBox a
{
	color: #000000;
}

#cartBox li
{
	list-style: none;
}

#cartBox li a
{
	color: #ffffff;
}

#categoryContainer
{
	background: url('../../../../images/categoriesBG.jpg') repeat-y;
}

#categoryList
{
	background: url('../../../../images/categoriesTopBG.jpg') no-repeat top;
	padding: 0px 10px 0px 10px;
}

#categoryList img
{
	padding: 3px 0px 0px 0px;
	border: 0px;
}

#searchContainer
{
	background: url('../../../../images/searchBG.jpg') repeat-y;
}

#searchBox
{
	background: url('../../../../images/searchTopBG.jpg') no-repeat top;
	padding: 0px 10px 0px 10px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

#searchStr
{
	border: 1px solid #000000;
	width: 135px;
}

#paymentTypesContainer
{
	text-align: center;
}

#featuredContainer
{
	background: url('../../../../images/greyContentBG.jpg') repeat-y;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

#featuredProductsLarge, #featuredProductsSmall
{
	border: 0px;
}

#contentContainer
{
	background: url('../../../../images/greyContentBG.jpg') repeat-y;
	text-align: center;
	padding: 10px 10px 0px 10px;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

#footerContainer
{
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	background: url('../../../../images/orangeLine.jpg') repeat-x;
	text-align: center;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #c1c1c1;
}

#footerContainer a
{
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #c1c1c1;
}

#footerContainer a:hover
{
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #f6a219;
}

.txtCopyright
{
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: #c1c1c1;
	text-align: right;
	padding: 3px;
}

.txtCopyright a:hover
{
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: #f6a219;
}

#pageSurround {
	width: 748px;
	margin: 0px auto;
	padding: 5px;
	border: 2px solid #333333;
	background-color: #FFFFFF;
	background-image: url(../styleImages/backgrounds/contentBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#topHeader {
	text-align: right;
	height: 36px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-top: 68px;	
}
.boxTitleLeft, .boxTitleRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #031074;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	height: 15px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 5px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #000000;
	background-color: #EBEDFE;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 403px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {
	border: 1px solid #949494;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 120px;
	display: block;
	margin: 10px 0px 10px 0px;
}

.txtContentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #f6a219;
}

.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}
.tblList {
	border: 1px solid #f6a219;
}
.tdListTitle {
	background-color: #f6a219;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #f6a219;
}
.tdEven {
	background-color: #FFFFFF;
}
.tdEven a {
	color: #000000;
}

.tdOdd {
	background-color: #F0F0F0;
}
.tdOdd a {
	color: #000000;
}

.txtCartPrice {
	float: right;
	color: #FF0000;
	padding-right: 3px;
}
.txtCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;	
}
.cartTotal {
	border-top: 1px dashed #070F72;
	width: 153px;
	padding-top: 2px;
	margin-top: 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #000000;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #FF6600;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
a.txtviewCart:hover {
	background-color: #66CC33;
	color: #FFFFFF;
}
.cartProgress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #FF9900;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border-bottom: 1px solid #666666;
}
.tdcartEven {
	background-color: #EBEDFE;	
}
.tdcartOdd {
	background-color: #FFFFFF;
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}
a.txtCheckout {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66CC33;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
a.txtCheckout2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66CC33;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
	font-size: 10pt;
	font-style: italic;
}
a.txtUpdate {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
.txtStockWarn {
	font-size: 75%;
	color: #FF0000;
}
.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #FF0000;
}
.txtOutOfStock {
	color: #FF0000;
}
a.txtButton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #f6a219;
	border: 2px solid #f6a219;
	padding: 1px 2px 1px 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f6a219;
	background-color: #ffffff;
	border: 2px solid #f6a219;
	padding: 1px 2px 1px 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.textbox {
	background-color: #FFFFFF;
	border: 1px solid #f6a219;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
form, ol, ul {
	margin: 0px;
	padding: 0px;
}

.paymentOptionSpan
{
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

#GPAwayMessage
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 130px;
	margin: -65px 0px 0px -200px;
	z-index: 99;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	background: #ffffff;
	border: 1pt solid #f6a219;
	padding: 10px;
}

#GPAwayMessage .awayHeader
{
	color: #ff0000;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

#GPAwayMessage .closeBtn
{
	display: block;
	margin-top: 10px;
	text-align: center;
	cursor: pointer;
}

#GPAwayMessage .closeX
{
	color: #000000;
	text-decoration: none;
}

#GPAwayMessage .closeTxt
{
	color: #ff0000;
	text-decoration: underline;
}
