/* GLOBAL STYLES */
h1 {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #0672CC;
	margin: 0px;*/
	
	color: #ffbe00;
	font-size: 135%;
	font-weight: bold;
	background-image: url(/images/h1line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
h1 b {
	padding-right: 11px;
	background-color: #ffffff;
}
h2 {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #000;
	border-top: 1px solid #ccc;
	margin-top: 15px;
	padding-top: 5px;*/
	
	color: #FFBE00;
	/*margin-top: -3px;
	margin-left: 95px;
	margin-bottom: 0px;
	margin-right: 0px;*/
	padding: 0px;
	font-size: 90%;
}
h3 {
	font-size: 110%;
	color: black;
	margin-bottom: -3%;
}
.sidebar {
	border: 1px solid #000;
	background-color: #EBEDFE;
	margin-bottom: 10px;
}
.sidebar u {
	display: block;
	text-decoration: none;
	text-align: left;
	color: #fff;
	background: #031074 url(../styleImages/backgrounds/boxTitleBg.gif) repeat-x;
	height: 15px;
	line-height: 12px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding-left: 4px;
}
.sidebar p {
	margin: 0px;
	padding: 3px 0px 5px 5px;
}
.sidebar ul, .sidebar ol {
	margin-top: -5px;
	margin-bottom: 0px;
	padding-left: 5px; /* FF left margin */
	*margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
}
.buttonA, a.buttonA, a.buttonA:link, a.buttonA:visited {
	font-weight: bold;
	color: #000;
	background-color: #ffbe00;
	text-decoration: none;
	padding: 4px;
	/* border: 1px solid #000; */
}
.buttonA:hover, a.buttonA:hover {
	background-color: #000000;
	/* background-color: #6c3; */
	color: #ffbe00;
	cursor: pointer;
}
.buttonB, a.buttonB, a.buttonB:link, a.buttonB:visited {
	color: #fff;
	text-decoration: none;
	background-color: #070F72;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000;
}
.buttonB:hover, a.buttonB:hover {
	background-color: #fff;
	color: #070F72;
	cursor: pointer;
}
.tdListTitle {
	background-color: #ffbe00;
	font-weight: bold;
	font-size: 90%;
	color: #fff;
}
/*.tdEven {
	font-size: 95%;
}
.tdOdd {
	font-size: 95%;
}*/
.tdcartTitle {
	font-weight: bold;
	color: #fff;
	background-color: #999;
	border-bottom: 1px solid #666;
}
.tdcartEven {
	background-color: #EBEDFE;	
}
.tdcartOdd {
	background-color: #fff;
}
.cartProgress {
	font-weight: normal;
	color: #666;
	padding: 4px;
	border: 1px solid #ccc;
	width: 350px;
	margin: auto;
}
.cartProgress .txtcartProgressCurrent {
	color: #f90;
	font-weight: bold;
}

/* SPECIFIC STYLES */
.categories li {
	list-style-type: square;
}
.randomProd {
	text-align: center;
}
.language select {
	width: 120px;
}
.shoppingCart p {
	padding-left: 3px;
}
.shoppingCart .cartTotal {
	border-top: 1px dashed #070F72;
	width: 153px;
	padding-top: 2px;
	margin-top: 3px;
	padding-left: 3px;
}
.shoppingCart .price {
	float: right;
	color: #f00;
	padding-right: 3px;
	padding-left: 3px;
}
.shoppingCart .button {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 6px;
}
.saleItems .save {
	color: #F90707;
	padding-left: 16px;
}
.sidebar form {
	padding-left: 5px;
	padding-bottom: 3px;
}
.theCart .quickBuy {
	display: none;
	text-align: center;
	color: #666;
}
.theCart .items {
	margin-top: 8px;
}
.theCart .items .tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666;
}
.reg {
	padding-bottom: 3px;
}
.reg .dropdown {
	width: 112px;
}
.account li {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.first {
	margin-top: -13px;
}
.cat {
	margin-top: -3px;
	margin-left: 95px;
	margin-bottom: 0px;
	margin-right: 0px;
}