/* Import Global Reset */
@import url("reset.css");
/* Background Properties */
body {
	background: #fff;
}
p {
	padding:10px 0 5px 0;
	}
.p2 p {
	padding:3px 0 10px 0;
	}
ul
	{
	list-style-type: disc;
	padding: 5px 0 5px 35px;
	margin: 0px;
	border:0px solid;

	}
li
	{
	padding: 2px;
	}
h3 {
	color: #666;
	font-weight: bold;
	
}
.sponsored {
	color: #ccc;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-right:3px;
}
/* Website Default Text & Text Color */
body, th, td, input, selecte, textarea {
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
}
/* Default Link Style*/
a {
	color: #0072bc;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #999999;
}
/* Website Wrap */
.wrap {
	width: 970px;
	margin: 0 auto;
	padding-bottom: 10px;
}

/* Page Types */
/* Three Columns (Default): #three_columns */
#three_columns {
}

/* Two Columns: #two_columns */
#two_columns {
}

/* Website Head & Elements */
#head {
	height: 84px;
	padding-top: 10px;
	position: relative;
	border:0px solid;
}

/* Website Logo */
h1.logo {
	position: absolute;
	width: 408px;
	top: 10px;
	left: 10px;
	border:0px solid;
}

h1.logo a {
	display: block;
	height: 36px;
	/*background: url(../images/website-logo.gif) no-repeat left top;*/
}

/* Comman Elements of head elements */
#search, .top_banner, .basket {
	height: 44px;
	float: right;
}

#search, .top_banner {
	border-right: 0px solid #efefef;
}

/* Search Box */
#search {
	width: 332px;
	background: url(../images/search_bgx.png) no-repeat right bottom;
}
#search input, #search input.button {
	border: 0;
	float: left;
	margin-top: 9px;
}
#search input {
	padding: 5px 5px 7px;
	width: 282px;
	font-size: 12px;
	color: #252525;
	background: url(../images/search-input_btn.png) no-repeat left top;
}
#search input.button {
	width: 28px;
	height: 25px;
	padding: 0;
	background: #0072bc url(../images/search_btn.png) no-repeat left top;
	cursor: pointer;
}
/* Top Banner */
.top_banner {
	width: 218px;
}

/* Site Nav */
#main_nav {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	background: #f6f6f6 url(../images/main_nav_bg.gif) repeat-x left top;
	height: 32px;
	margin-bottom: 0px;
}

/* Content Elements */
.intro_btn{
	float: right;
	padding:5px 50px 5px 3px;
}
.content {
	background: url(../images/content_bg.png) repeat-x left bottom;
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 20px;
}
.left_column {
	float: left;
	width: 172px;
}
.main_content {
	float: left;
	width: 586px;
	padding-left: 20px;
}
/* .main_content area for two columns page */
#two_columns .main_content {
	width: 970px;
	float: left;
	padding: 0;
	margin: 0;
	border:0px solid;
}
.right_column {
	float: right;
	width: 172px;
}

/* Main Page */
.main_pic {
	float: left;
	position: relative;
	width: 425px;
	padding: 0px;
	border:0px solid blue;
}
#intro {
	float: left;
	width: 500px;
	padding:0 0px 0 10px;
	border:0px solid blue;
}
.main_col1 {
	float: left;
	position: relative;
	width: 200px;
	padding: 10px;
	border:0px solid blue;
}
.main_col2 {
	float: left;
	position: relative;
	width: 520px;
	padding: 10px;
	border:0px solid blue;
}
.main_col3 {
	float: right;
	position: relative;
	width: 180px;
	padding: 10px;
	border:0px solid blue;
}


/* 2 - Columns */
.column1, .column2 {
	float: left;
	position: relative;
	width: 464px;
	padding: 10px;
	border:0px solid blue;
}
.column2 {
	float: right;

}

/* 3 - Columns */
.column3 {
	float: left;
	position: relative;
	width: 302px;
	padding: 10px;
	border:0px solid blue;
}

/* 2 - Columns Span 2 */
.column_span2 {
	float: left;
	position: relative;
	width: 726px;
	padding: 10px;
	border:0px solid blue;
}
.column_span2_big {
	float: left;
	position: relative;
	width: 735px;
	padding: 10px 0 10px 0;
	border:0px solid blue;
}
.column_small_right {
	float: right;
	position: relative;
	width: 200px;
	padding: 10px;
	border:0px solid blue;
}

/* 3 - Columns Span Center */
.column_left {
	float: left;
	position: relative;
	width: 170px;
	padding: 10px 10px 10px 10px;
	border:0px solid blue;
}
.column_main {
	float: left;
	position: relative;
	width: 570px;
	padding: 10px 5px 10px 5px;
	border:0px solid blue;
}
.column_right {
	float: right;
	position: relative;
	width: 170px;
	padding: 10px 10px 10px 10px;
	border:0px solid blue;
}

/* Search Box */
.search_results {
	float: left;
	position: relative;
	width: 640px;
	padding: 0px 0px 20px 0px;
	border:0px solid red;
}

/* Search Box */
.results {
	float: left;
	position: relative;
	width: 635px;
	padding: 5px 0px 10px 3px;
	margin: 0px 0px 0px 0px;
	border-bottom:1px solid #ccc;
}
.search_results_right {
	float: right;
	width: 320px;
	padding: 0px;
	border:0px solid blue;
	
}
.vert_line {
	border-left: 1px solid #d7d7d7;
	background: #fff;
	padding:5px;
	float:left;
	position:relative;
}


#search_results {
	background: url(../images/search_bgx.png) no-repeat right bottom;
}
#search_results input, #search input.button {
}
#search_results input {
	padding: 2px 2px 2px;
	width: 282px;
	font-size: 13px;
	color: #252525;
	background: url(../images/search-input_btn.pngx) no-repeat left top;
}
#search_results input.button {
	width: 28px;
	height: 25px;
	padding: 0;
	background: #0072bc url(../images/search_btn.png) no-repeat left top;
	cursor: pointer;
}

/* Rows */
.row {
	padding-bottom: 0px;
}
.row h2 {
	font-size: 12px;
	color: #252525;
	padding-bottom: 7px;
}
.sub_heading {
	line-height: 14px;
	height: 16px;
	font-size: 12px;
	color: #898989;
	padding: 3px 0 5px 0;
}
.sub_heading strong {
	float: left;
}
.row p {
	padding-top: 2px;

}

.box {
	border: 1px solid #d7d7d7;
	background: #fff;
	padding:5px 3px 5px 3px
}



/* Ratings */
/* Small Starts */
.rating, .row .rating {
	display: block;
	overflow: hidden;
	width: 82px;
	height: 14px;
	background-image: url(../images/rating_star_small.png);
	background-repeat: no-repeat;
	margin: 6px auto 0;
}
.row .rating, .rating {
	float: left;
	margin: 0 0 0 10px;
}
.starts5 {
	background-position: left 0;
}
.row .starts4 {
	background-position: left -14px;
}
.row .starts3 {
	background-position: left -28px;
}
.row .starts2 {
	background-position: left -42px;
}
.row .starts1 {
	background-position: left -56px;
}
.row .starts0 {
	background-position: left -70px;
}

/* Home Page Slider */
.jflow-content-slider {
	margin-bottom: 20px;
}
#jFlowSlide {
	border: 1px solid #d6d6d6;
	z-index: 10;
}
#myController {
	border: 1px solid #d6d6d6;
	border-top: 0;
	background: #e9e9e9 url(../images/myController_bg.gif) repeat-x left top;
	width: 564px;
	height: 24px;
	padding: 6px 10px 0;
	text-align: right;
}
.quick_nav {
	float: right;
}
.collection_name {
	float: left;
	padding-top: 4px;
}
.collection_name a, .collection_name a:hover {
	color: #363636;
	text-decoration: none;
}
.collection_name a strong, .collection_name a:hover strong {
	color: #0072bc;
}
#myController span {
	float: left;
	width: 20px;
	height: 17px;
	padding-top: 2px;
	background: url(../images/jFlowControl_bg.gif) no-repeat center top;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#myController span.jFlowSelected {
	background: url(../images/jFlowControl-hover_bg.gif) no-repeat center top;
	color: #fff;
}
.jFlowControl, .jFlowSelected, .jFlowPrev, .jFlowNext {
	cursor: pointer;
	margin-left: 10px;
}
#myController .jFlowPrev, #myController .jFlowNext {
	padding-top: 0;
	height: 19px;
}

.row {
	clear:both;
}
.end {
	height: 0;
	overflow: hidden;
}

.last {
	padding-right: 10px;
}

/* Footer */
.footer {
	clear: both;
	text-align: center;
	color: #707070;
	line-height: 24px;
	padding: 10px 0;
}
.footer a, .footer a:hover {
	text-decoration: none;
	color: #707070;
}
.footer ul{
	margin:auto;
}

.footer ul li{
	display:inline;
}
.footer div {
	color: #999999;
}
.footer div a, .footer div a:hover {
	text-decoration: none;
	color: #999999;
}
/* Breadcrum */
.bredcrum {
	color: #999;
}
.bredcrum a {
	color: #999;
	text-decoration: none;
}
.bredcrum a:hover {
	color: #000;
	text-decoration: underline;
}
/* Page Title */
h1.page_title {
	color: #31657F;
	font-size: 26px;
	letter-spacing: -1px;
	padding: 3px 0 5px;
	border-bottom: 1px solid #d7d7d7;
}
/* Page Subtitle */
h2.page_subtitle {
	font-size: 20px;
	color: #333;
	padding: 10px 0 4px 0;
	border-bottom: 1px solid #d7d7d7;
	letter-spacing: -1px;
}

h2.page_subtitle a{
	color: #0072bc;
	text-decoration: none;

}
h2.page_subtitle a:hover{
	color: #31657F;
	text-decoration: none;

}
.no_margins {
	margin: 0;
}

/* Page Navigation */
.pagination {
	border: 1px solid #d7d7d7;
	padding: 4px 3px;
	height: 20px;
	clear: both;
}
.sortby {
	float: left;
	color: #909090;
	padding: 3px 6px 0 5px;
}
ul.page_nav {
	float: right;
}
ul.page_nav li {
	display: inline;
	float: left;
	margin-right: 4px;
	color: #a1a1a1;
}
ul.page_nav li a {
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	background: url(../images/page_nav-btn_bg.gif) repeat-x left bottom;
	border: 1px solid #d7d7d7;
	height: 15px;
	padding-top: 3px;
	width: 22px;
	text-align: center;
}
ul.page_nav li a:hover {
	color: #0072bc;
	background: url(../images/page_nav-btn-hover_bg.gif) repeat-x left bottom;
	border: 1px solid #999;
}
ul.page_nav li.prev a, ul.page_nav li.next a {
	width: auto;
	position: relative;
}
ul.page_nav li.prev a {
	padding-left: 12px;
	padding-right: 6px;
}
ul.page_nav li.next a {
	padding-right: 12px;
	padding-left: 6px;
}
ul.page_nav li.prev a img, ul.page_nav li.next a img {
	position: absolute;
	top: 6px;
	right: 4px;
}
ul.page_nav li.prev a img {
	left: 4px;
}
ul.page_nav li.current_page a, ul.current_page li.next a:hover {
	background: #fff;
	border: 1px solid #ebebeb;
	color: #b2b2b2;
}
ul.page_nav li.prev {
	margin-right: 10px;
}
ul.page_nav li.skip_pages {
	font-weight: bold;
	padding-top: 4px;
}
/* Product Details */
.product_image, .product_information {
	float: left;
	position: relative;
	width: 364px;
	padding-top: 20px;
}
.product_information {
	float: right;
}

.rate_banner {
	clear: both;
	line-height: 10px;
	padding-top: 7px;
	color: #a2a2a2;
}
.rate_banner a, .rate_banner a:hover {
	color: #000;
}
/* Product Tabs */
ul.tabs {
	float: left;
	height: 29px;
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	width: 100%;
}
ul.tabs li {
	float: left;
	height: 28px;
	line-height: 28px;
	border: 1px solid #d7d7d7;
	border-left: none;
	margin-bottom: -1px;
	background: #ebebeb;
	overflow: hidden;
	position: relative;
}
ul.tabs li a, ul.tabs li a:hover {
	text-decoration: none;
	color: #555555;
	display: block;
	font-weight: bold;
	padding: 0 12px;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #fff;
	color: #000;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #d7d7d7;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
}
.tab_content {
	padding: 10px 13px;
}
.tab_content p {
	padding: 10px 0 0;
}
.help_icon {
	background: url(../images/help_icon.gif) no-repeat 16px 10px;
	padding-left: 62px;
	padding-top: 21px;
}
.help_icon p {
	padding: 14px 0 0;
}
a.silver_btn, a.silver_btn:hover { /* this style is for a tags*/
	float: right;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
	border: 1px solid #d7d7d7;
	background: #fff url(../images/silver-btn_bg.gif) repeat-x left bottom;
	padding: 0 8px;
	margin-top: 4px;
	letter-spacing: 0;
}

#prev_button {
	margin-right: 10px;
}
#prev_button span {
	background: url(../images/silver-btn-left-arrow.gif) no-repeat left 6px;
	padding-left: 12px;
}
#next_button span {
	background: url(../images/silver-btn-right-arrow.gif) no-repeat right 6px;
	padding-right: 12px;
}
/* Thumbs Container */
#thumbs_container {
	position: absolute;
	width: 748px;
	background: url(../images/thumbs_container-bg.gif) no-repeat left top;
	left: 0;
	top: 27px;
	padding-top: 10px;
}
.thumbs_background {
	border: 1px solid #d7d7d7;
	border-top: 0;
	background: #fff;
	padding: 0 0 17px 20px;
}
#thumbs_container h2.page_subtitle {
	border-bottom: 0;
	margin: 0;
	padding: 0;
	line-height: 15px;
	padding: 10px 0 20px;
}
#thumbs_container ul li {
	float: left;
	padding-right: 60px;
}
#thumbs_container ul li.last {
	padding-right: 0;
}
.close, .close:hover {
	float: right;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
	padding: 0 10px 0 17px;
	background: url(../images/close_icon.gif) no-repeat left center;
	letter-spacing: 0;
	color: #898989;
}

.remove_btn{
	display:block;
	float:right;
	clear:both;
}
.save_btn {
	margin-bottom: 7px;
	display:block;
	margin-top:40px;
	float:right;
}
/* Hide Text From Element */
h1.logo a span, .basket a span, .product_menu h2 span, .product_guide h2.box_title span, .store_locator h2.box_title span {
	position: absolute;
	left: -50000px;
}


#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/*	Begin Headers */
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	font-size:14px;
	padding: 0;
	margin: 0px 0 0;
	border:0px solid;
	}
h3 a{
	font-size:14px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Sidebar */
#sidebar
{
	padding: 5px;
	width: 180px;
	background-color: #efefef;
	border:0px solid;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */
