/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #EEEEEE;
}

body, table, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #626262;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1270B4;
	font-weight: bold;
}

.strongprice {
	font-size: 14px;
	color: #ff0000;
	text-align: right;
}

.orangeText{
	color: #FF6600;
	font-weight: bold;
}

a.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
	text-decoration:none;
}

a.orange:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
	text-decoration:underline;
}


.whiteText{
	color: #FFFFFF;
	font-weight: bold;
}

a.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

a.white:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}



a.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
	text-decoration:none;
}

a.normal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
	text-decoration:underline;
}


a.blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1270B4;
	text-decoration:underline;
}

a.blue:hover{
	text-decoration:underline;
}

.TextField {
	background-color: ffffff;
	color: 2B7CBA;
	border-width: 1;
	padding-left: 3px;
	width: 230px;

	}

#main {
	width: 781px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(..//images/main_bg.gif);
	background-repeat: repeat-y;
	height: 100%;
}

#leftbar {
	width: 211px;
	text-align: right;
	vertical-align: top;
}

#leftbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Categories and Types */
#leftbar ul li {
	background-image: url(..//images/left_menu_bg.gif);
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-top: 3px;
	height: 22px;
	overflow: hidden;
}
#leftbar ul li a:link, #leftbar ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#leftbar ul li a:hover, #leftbar ul li a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* By Type & By Category */
#leftbar ul li.parent {
	background-image: url(..//images/left_by_type.gif);
	color: #FDBB10;
	font-weight: bold;
}


#content {
	background-image: url(..//images/content_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 10px;
	padding-bottom: 50px;
}

#footer {
	background-image: url(..//images/footer_bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	vertical-align: top;
	text-align: right;
	overflow: hidden;
}
#footer ul {
	margin: 17px 50px 0 200px;
	padding: 0;
}
#footer ul li {
	display: inline;
	border-right: 1px solid #FFFFFF;
	padding: 0 5px;
}
#footer ul li a:link, #footer ul li a:visited {
	color: #FFFFFF;
}
#footer ul li a:hover, #footer ul li a:active {
	text-decoration: none;
}
#footer ul li.last {
	border-right: none;
}

#website-by {
	padding-top: 25px;
	padding-left: 25px;
	float: left;
	color: #626262;
}
#website-by a:link, #website-by a:visited {
	font-weight: bold;
	color: #626262;
}

#left-search {
	width: 211px;
	text-align: right;
	height: 30px;
	overflow: hidden;
}
#left-search input {
	width: 115px;
	border: 2px solid #EEEEEE;
	height: 14px;
	margin-top: 2px;
}
#left-search img {
	margin-right: 8px;
}

/* Featured Products on Homepage */
div.featured-product {
	width: 260px;
	font-size:12px; 
	font:bold; 
	color:"#FFFFFF";
	height: 150px;
	background-image: url(..//images/featured_product_bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 5px;
}

div.featured-product_new {
	width: 265px;
	font-size:12px; 
	font:bold; 
	color:"#FFFFFF";
	background-image: url(..//images/featured_product_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 27px;
	overflow: hidden;
	margin-bottom: 10px;
}

div.featured-product .img {
	margin-right: 7px;
	float: left;
	width: 85px;
	text-align: center;
}

div.featured-product_new .img_new {
	margin-right: 7px;
	padding-top:8px;
	padding-bottom:8px;
	text-align: center;
	height: 120px;
}

div.featured-product_new .img_link {
	text-align: center;
}


div.featured-product .title {
	font-weight: bold;
	color: #FF6600;
}

div.featured-product_new .title_new {
	font-weight: bold;
	text-align: center;
	padding:8px 0;
	min-height:16px;
	color: #FFFFFF;
	background-image:url(../images/spotlightheading.jpg);
}

div.featured-product .description {
	margin-right: 3px;
}
div.featured-product .moreinfo {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	color: #FF6600;
}
div.featured-product .moreinfo a:link, div.featured-product .moreinfo a:visited {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
div.featured-product .moreinfo a:hover, div.featured-product .moreinfo a:active {
	text-decoration: underline;
}

div.featured-product .rrp {
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
	vertical-align:bottom;
}
div.featured-product .ourprice {
	color: #FF6600;
	padding-right: 10px;
	text-align: right;
	vertical-align:bottom;	
}
div.address {
	width: 265px;
	height: 220px;
	background-image: url(..//images/address_bg.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 5px;
}

/**
 * View map links on store locations page
 */
a.viewmap:link, a.viewmap:visited {
	font-weight: bold;
}

#map {
	width: 500px; 
	height: 300px; 
	margin-left: auto; 
	margin-right: auto; 
	border: 2px solid #EEEEEE;
}

/* Added to replace image text*/

.search_label {
	color: #f7a803;
	padding-left: 50px;
	text-align: left;
	font-size: 1.1em;
	margin-bottom: 10px;
}


/* Main nav phone number */

div.nav_contact {
	margin-top: -10px;
	color: #f7a803;
	padding-left: 40px;
	text-align: center;
	font-size: 2em;
	margin-bottom: 20px;
}



p span.title_contact {
	display: block;
	position: relative;
	float: right;
	margin-left: -100px;
	margin-right: 10px;
	text-align: right;
	color: #ffa200;
	font-size: 1.5em;
	font-weight: 900;
}






form#checkout_form label {
    clear: left;
    display: block;
    float: left;
    margin: 1em 5px 0 0;
    padding-top: 0.25em;
    text-align: right;
    width: 30%;
}
form#checkout_form input, form#checkout_form select {
    display: block;
    margin: 1em 5px 0 0;
    padding-top: 0.25em;
    width: 30%;
}
form#checkout_form select#expiry_month,
form#checkout_form select#expiry_year {
	width: 15%;
	display: inline;
} 

input#verification_number + span {
    margin-left: 30%;
	padding: 0px 5px 10px 5px;
} 	
form#checkout_form input[type=checkbox] {
	float: left;
	margin-top: 0px;
}


.error_text {
    margin-left: 32%;
    padding: 0 5px 5px 10px;
    width: 30%;
	color: #D8000C;
}

img.heading {
	margin-top: 20px;

}
#leftbar > a {
	margin-right: 10px;
}

/* Categories and Types */
#leftbar div.brands {
	padding-right: 10px;
	padding-top: 3px;
	height: 22px;
	overflow: hidden;
}

/* By Type & By Category */
#leftbar h3.menuHeader {
	background-image: url(..//images/left_by_type.gif);
	color: #FDBB10;
	font-weight: bold;
	padding-right: 30px;
	padding-top: 5px;
	margin-bottom:0px;
	height: 22px;
	font-size: 1.7em;
}
