/*
	Mom and Pop Shop Theme

	Description: Contains overall site CSS
	Title: screen.red.css
	Version: 1.0
	Date: 01/24/10
	
	Copyright 2010, Tim Hall Design, timhalldesign@gmail.com
	
	Created as part of the Mom and Pop Shop Theme for Themeforest
	See http://themeforest.net/user/tim_hall/portfolio for more items
	
	Contents:
	=========
	Overall
	-------
	1.	Overall
	
	Header
	------
	2.	Header
	3.	Header Lower
	4.	Categories
	5.	Search Form
	
	Content
	-------
	6.	General Content
	7.	Slider
	8.	Pagination
	
	Blog
	----
	9.	Blog
	10.	Sidebar
	11.	Comments
	
	Products
	--------
	12.	Product Sidebar
	13.	Product Image
	14.	Product Bottom Container
	15.	Product Content
	16.	Product Content Sidebar
	17.	Product Block View
	18.	Product Review Form
	
	Other
	-----
	19.	Cart
	20.	Contact
	21.	Footer
	22. Buttons
	
	Colors
	======
	White: 		fff
	Light Tan: 	f6e497
	Red: 		b9121b
	Dark Red: 	4c1b1b
	Brown:		a7772f
*/

/* ============================================================

Overall

============================================================ */

/* 	1.	Overall
------------------------------------------------------------ */
html {margin: 0; padding: 0; overflow: scroll;}
body {margin: 0; padding: 0; font-size: 16px; line-height: 1.5;
	font-family: Georgia, "Times New Roman", serif; 
	color: #4c1b1b;
	
	/* Solid Color */
	background: #f6e497;
	
	/* Tiled Background Image */
	/* background: #f6e497 url(images.red/tiled-bg.png) top left repeat; */
}
.container {margin: 0 auto; width: 1000px; position: relative;	overflow: hidden;
	border: solid 1px #4c1b1b; background: #fff /* fcfae1 */; border-top: none;
}

a, a:active {outline: none; color: #4c1b1b;}
a img {border: none;}

blockquote {margin: 0 0 0 15px; padding: 10px; font-family: Georgia, "Times New Roman", serif; font-style: italic;
	background: #f6f6f6; color: #484848;
	border: solid 1px #ccc; border-left-width: 5px;
}
	blockquote p {margin: 0; padding: 0;}

code, pre {font-family: Monaco, Consolas, "Courier New", monospace; 
	background-color: #F1F1F1;
	color: #606060;
	text-indent: none;
}
pre {margin: 0 0 0 15px; padding: 10px;
	background: #f6f6f6; color: #484848;
	border: solid 1px #ccc; border-left-width: 5px;
}
pre code {font-size: 14px; background: none;}

.left {float: left;}
.right {float: right;}
.none {float: none;}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0; font-family: Georgia;}
h1 {font-size: 2.24em; font-weight: normal;}
h2 {font-size: 1.8em; font-weight: normal;}
h3 {font-size: 1.5em; font-weight: normal;}
h4 {font-size: 1.3em; font-weight: normal;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}
hr {border: none; height: 1px;
	background: #ccc; margin: 15px 0;
}
.indent-para p, .post p {text-indent: 2em;}
.no-indent, p.no-indent {text-indent: 0;}
.underline {text-decoration: underline;}
.red {color: #b9121b;}
.visible {visibility: visible;}
.hidden {visibility: hidden;}
.clear {clear: both;}
ol ol li {list-style-type:lower-alpha;}
ol ol ol li {list-style-type:lower-roman;}

.columns-2, .columns-3, .columns-2-full, .columns-3-full {overflow: hidden; height: 100%;}
.columns-2 .column, .columns-3 .column, .columns-2-full .column, .columns-3-full .column {float: left; margin-right: 30px;}
.columns-2 .last, .columns-3 .last, .columns-2-full .last, .columns-3-full .last {margin-right: 0;}
.columns-2 .column {width: 330px;}
.columns-2 .double {width: 690px;}
.columns-3 .column {width: 210px;}
.columns-3 .double {width: 450px;}
.columns-2-full .column {width: 470px;}
.columns-2-full .double {width: 980px;}
.columns-3-full .column {width: 303px;}
.columns-3-full .double {width: 636px;}

.table-full-width {width: 100%;}
.table-styled, .table-styled tr, .table-styled td, .table-styled thead, .table-styled th {border-collapse: collapse; border-color: #000;}
.table-styled thead {background: #f0db5e; font-weight: bold;}

form p {padding: 0; margin-top: 5px;}
form p.last {margin-bottom: 0;}
form .half-input {float: left; width: 50%;}
form .half-input .input {width: 92%;}
form .left .input {width: 85%;}
form label {font-size: 14px;}
form .input, .content textarea {font: normal 16px Georgia, "Times New Roman", serif; 
	width: 96%; padding: 8px; margin-top: 5px; border: 1px solid #aaa; line-height: 1.2; 
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
form .input:focus, .content form textarea:focus {border: 1px solid #282828;}
form .error {background: #fff0f0; border: 1px dashed #eb5550;}
form .error:focus {border-color: #DA1A0B;}
form input[type=checkbox] {margin-right: 5px;}
form label span {color: #909090; font-family: Helvetica, Arial, sans-serif; font-size: 12px;}

/* Buttons */
a.button, button.button, input.button {display: block; padding: 6px 8px 7px 8px; line-height: 130%; 
	text-decoration: none; font-weight: bold; cursor: pointer; font-size: 13px;
    background-color:#f5f5f5; border:1px solid #aaa; color:#565656;}
a.button:hover {text-decoration: none;}
button.button {width: auto; overflow: visible; padding: 4px 10px 3px 7px;}
button[type].button, input.button {padding: 7px 10px 8px 7px; line-height: 17px;}
*:first-child+html button[type]{padding: 4px 10px 3px 7px;}
button.button img, a.button img, input.button img {margin: 0 7px -3px 0 !important; padding: 0; border: none;}

/* Neutral */
button.button:hover, a.button:hover, input.button:hover {
	background-color: #dff4ff; color: #336699;
}
a.button:active, button.button:active, input.button:active {
	background-color: #6299c5; border: 1px solid #6299c5; color: #fff;
}

/* Positive */
button.positive, a.positive, input.positive {
	color: #529214;
}
a.positive:hover, button.positive:hover, input.positive:hover,
a.positive:focus, button.positive:focus, input.positive:focus {
	background-color: #E6EFC2; border: 1px solid #C6D880; color: #529214;
}
a.positive:active, button.positive:active, input.positive:hover {
	background-color: #529214; border: 1px solid #529214; color: #fff;
}

/* Negative */
a.negative, button.negative, input.negative {
	color: #d12f19;
}
a.negative:hover, button.negative:hover, input.negative:hover {
	background: #fbe3e4; border: 1px solid #d12f19; color: #d12f19;
}
a.negative:active, button.negative:active, input.negative:active {
	background-color: #d12f19; border: 1px solid #d12f19; color: #fff;
}

/* ============================================================

Header

============================================================ */

/*	2.	Header
------------------------------------------------------------ */
#header {}
#header .header-upper {position: relative; height: 115px; padding-bottom: 15px;
	background: url(images.red/header-border.png) bottom center no-repeat;
}

/* Use this for logo and text title */
#header .logo {float: left; text-indent: -9999px; overflow: hidden; display: block;
	margin: 26px 14px 24px 16px;
	width: 62px; height: 63px;
	background: url(images.red/logo.png) center center no-repeat;
}
#header .header-title {float: left; text-align: center; margin-top: 26px; padding-top: 12px;}
	#header .header-title h1 {margin: 0; padding: 0; font-weight: normal;}
	#header .header-title h1 a {letter-spacing: 0px; text-decoration: none; font-size: 1.07em;
		font-family: Georgia, serif;
		color: #b9121b;
	}
		#header .header-title h1 a:hover {}
	#header .header-title h2 {margin: 0; padding: 0; font-weight: normal; font-size: 0.95em; text-align: left;
		color: #a7772f; font-style: italic; font-family: Georgia;
	}

/* Use this for full logo title */
#header .header-title-full {float: left; margin: 30px 0 24px 18px;}
	#header .header-title-full a {overflow: hidden; text-indent: -9999px; display: block;
		width: 383px; height: 57px;
		background: url(images.red/logo-full.png) top left no-repeat;
	}
	#header .header-title-full a:hover {}	
#header .slogan-hide {display: none;}
	
#header .top-nav {margin: 0; padding: 0 6px 0 0;position: absolute; top: 0; right: 10px;
	background: url(images.red/top-nav-bg.png) top right no-repeat;
}
	#header .top-nav ul {margin: 0; padding: 0; float: right; list-style: none;
		background: url(images.red/top-nav-bg.png) top left no-repeat;
	}
	#header .top-nav ul li {margin: 0; padding: 0; float: left; height: 41px;}
	#header .top-nav ul li a {padding: 0 20px; line-height: 24px; margin-top: 7px; display: block; text-decoration: none;
		color: #fff; border-right: solid 1px #fff;
	}
		#header .top-nav ul li a:hover {text-decoration: underline;}
	#header .top-nav ul li.last a {border-right: none;}
	#header .top-nav ul li.current a {text-decoration: underline; font-weight: bold;}
		#header .top-nav ul li.current a:hover {}
#header .lower-nav {position: absolute; bottom: 15px; right: 10px;}
	#header .lower-nav p {float: right; margin: 0 15px 0 0; padding: 12px 0 0 0; height: 24px; font-size: 14px;
		color: #4c1b1b;
	}
	#header .lower-nav p a {color: #4c1b1b;}
#header a.view-cart {float: right; line-height: 33px; font-size: 13px; padding: 3px 5px 0 50px; text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	display: block; text-align: center;
	width: 130px; /* 185 - padding */
	height: 33px; /* 36 - padding */
	background: url(images.red/main-sprite.png) 0px 0px no-repeat; color: #4c1b1b;
}
	#header a.view-cart:hover {background-position: 0px -36px;}

/*	3.	Header Lower
------------------------------------------------------------ */
.header-lower {padding: 8px 10px; overflow: hidden; height: 100%;
	background: #b9121b;
	border-bottom: solid 1px #4c1b1b;
}
.header-lower .message {float: left; margin: 0; padding: 0; font-size: 20px; line-height: 34px;	
	color: #fff;
}

/* Breadcrumb-nav */
.header-lower .breadcrumb-nav {list-style: none; margin: 0; padding: 0;}
	.header-lower .breadcrumb-nav li {float: left; margin: 0 15px 0 0; padding: 0; line-height: 34px;}
	.header-lower .breadcrumb-nav li:hover {}
	.header-lower .breadcrumb-nav li.current {font-weight: bold; margin-right: 18px;
		background: url(images.red/breadcrumbs-sprite.png) 0px 0px no-repeat;
	}
	.header-lower .breadcrumb-nav li a {text-decoration: none;
		color: #fff;
	}
	.header-lower .breadcrumb-nav li a:hover {text-decoration: underline;}
	.header-lower .breadcrumb-nav li.current a {color: #525050; font-size: 11px; float: left; padding: 0 0 0 12px;}
	.header-lower .breadcrumb-nav li.current a:hover {text-decoration: none;}
	.header-lower .breadcrumb-nav li.current p {width: 5px; height: 34px; margin: 0 -5px 0 8px; padding: 0; float: left;
		background: url(images.red/breadcrumbs-sprite.png) -622px 0px no-repeat;
	}
	.header-lower .breadcrumb-nav li.current:hover {
		background-position: 0px -34px;
	}
	.header-lower .breadcrumb-nav li.current:hover p {
		background: url(images.red/breadcrumbs-sprite.png) -622px -34px no-repeat;
	}

/* Breadcrumbs */	
.breadcrumbs {float: left; margin: 0; padding: 0; list-style: none; font-size: 12px;}
	.breadcrumbs li {float: left; margin-left: -13px; padding-right: 16px;
		background: url(images.red/breadcrumbs-sprite.png) -243px 0px no-repeat;
	}
		.breadcrumbs li:hover {
			background-position: -243px -34px;
		}
	.breadcrumbs li a, .breadcrumbs li.first a, .breadcrumbs li.last a,
	.breadcrumbs li a:visited, .breadcrumbs li.first a:visited, .breadcrumbs li.last a:visited {
		text-decoration: none; float: left; height: 34px; line-height: 34px; padding: 0 12px 0 24px;
		color: #525050;
	}
	.breadcrumbs li.first {margin-left: 0;
		background-position: 0px 0px;
	}
		.breadcrumbs li.first:hover {
			background-position: 0px -34px;
		}
		.breadcrumbs li.first a, .breadcrumbs li.first a:visited {padding: 0 0 0 12px;}
	.breadcrumbs li.last {padding: 0; margin: 0 8px 0 -13px;}
		.breadcrumbs li.last a, .breadcrumbs li.last a:visited {font-weight: bold;}
		.breadcrumbs li.last p {width: 5px; height: 34px; margin: 0 -5px 0 8px; padding: 0; float: left;
			background: url(images.red/breadcrumbs-sprite.png) -622px 0px no-repeat;
		}
		.breadcrumbs li.last:hover p {
			background-position: -622px -34px;
		}
	.breadcrumbs li.first-last {padding: 0; margin: 0;
		background-position: 0px 0px;
	}
		.breadcrumbs li.first-last a, .breadcrumbs li.first-last a:visited {
			font-weight: bold; padding: 0 0 0 12px;
		}
			.breadcrumbs li.first-last:hover {
				background-position: 0px -34px;
			}
		.breadcrumbs li.first-last p {width: 5px; height: 34px; margin: 0 -5px 0 8px; padding: 0; float: left;
			background: url(images.red/breadcrumbs-sprite.png) -622px 0px;
		}
		.breadcrumbs li.first-last:hover p {
			background-position: -622px -34px;
		}
	.breadcrumbs li a.view-all-categories, .breadcrumbs li a.view-all-categories:visited,
	.breadcrumbs li a.view-sub-categories, .breadcrumbs li a.view-sub-categories:visited,
	.breadcrumbs li a.view-sub-sub-categories, .breadcrumbs li a.view-sub-sub-categories:visited {
		display: block; text-indent: -9999px; height: 34px; width: 24px; float: left; padding: 0; margin: 0;
		background: url(images.red/breadcrumbs-sprite.png) -627px 0px no-repeat;
	}
		.breadcrumbs li a.view-all-categories:hover,
		.breadcrumbs li a.view-sub-categories:hover,
		.breadcrumbs li a.view-sub-sub-categories:hover {
			background-position: -651px 0px;	
		}
		.breadcrumbs li a.active, .breadcrumbs li.first a.active, .breadcrumbs li.last a.active,
		.breadcrumbs li a.active:visited, .breadcrumbs li.first a.active:visited, .breadcrumbs li.last a.active:visited {
			background-position: -675px 0px;
		}
			.breadcrumbs li a.active:hover, .breadcrumbs li.first a.active:hover, .breadcrumbs li.last a.active:hover {
				background-position: -675px 0px;
			}
.breadcrumbs table {position: absolute; top: 0; left: 0; border-collapse: collapse;}

.breadcrumbs .breadcrumbs-nobg {background: none; margin-left: 0px;}
.breadcrumbs .breadcrumbs-nobg a, .breadcrumbs .breadcrumbs-nobg a:visited {font-size: 1.4em;
	color: #fff;
}
	.breadcrumbs .breadcrumbs-nobg:hover {background: none;}
	.breadcrumbs li.breadcrumbs-nobg a.view-all-categories, 
	.breadcrumbs li.breadcrumbs-nobg a.view-all-categories:visited {
		display: block; text-indent: -9999px; height: 34px; width: 21px; float: left; padding: 0; margin: 0;
		background: url(images.red/breadcrumbs-sprite.png) -699px 0px no-repeat;
	}
		.breadcrumbs li.breadcrumbs-nobg:hover a.view-all-categories, .breadcrumbs li.breadcrumbs-nobg a.view-all-categories:hover {
			background-position: -720px 0px;	
		}
		.breadcrumbs li.breadcrumbs-nobg a.active, .breadcrumbs li.breadcrumbs-nobg a.active:visited {
			background-position: -741px 0px;
		}
			.breadcrumbs li.breadcrumbs-nobg a.active:hover {
				background-position: -741px 0px;
			}
	
.breadcrumbs li:hover div.all-categories,
.breadcrumbs li:hover div.sub-categories,
.breadcrumbs li:hover div.sub-sub-categories {
	visibility: visible;
}
.breadcrumbs li a:hover div.all-categories,
.breadcrumbs li a:hover div.sub-categories,
.breadcrumbs li a:hover div.sub-sub-categories {
	visibility: visible;
}
.breadcrumbs-nohover .breadcrumbs li:hover div.all-categories,
.breadcrumbs-nohover .breadcrumbs li:hover div.sub-categories,
.breadcrumbs-nohover .breadcrumbs li:hover div.sub-sub-categories {
	visibility: hidden;
}
.breadcrumbs-nohover .breadcrumbs li a:hover div.all-categories,
.breadcrumbs-nohover .breadcrumbs li a:hover div.sub-categories,
.breadcrumbs-nohover .breadcrumbs li a:hover div.sub-sub-categories {
	visibility: hidden;
}

/*	4.	Categories
------------------------------------------------------------ */
.all-categories, .sub-categories, .sub-sub-categories {
	visibility: hidden; position: absolute; display: block;
	width: 980px; left: 10px; padding-top: 8px; z-index: 1;
	top: 172px; /* 115px + 15px + 8px + 34px */
	background: #b9121b;
}
	.all-categories div, .sub-categories div, .sub-sub-categories div {
		padding: 10px; overflow: hidden; height: 100%;
		background: #fff;
		border: solid 1px #4c1b1b;
	}
.all-categories {}
	.all-categories div {}
.sub-categories {}
	.sub-categories div {}
	.breadcrumbs li.last .sub-categories p.category-name,
	.breadcrumbs li .sub-categories p.category-name {
		font-weight: bold; font-size: 15px; line-height: 20px; float: left;
		margin: 0; padding: 0; width: auto; height: auto;
	}
	.sub-categories ul {list-style: none; margin: 0; padding: 0;}
	.sub-categories ul li {float: left; background: none; margin: 0; padding: 0;}
		.sub-categories ul li:hover {background: none;}
	.breadcrumbs li.last .sub-categories ul li a, .breadcrumbs li.last .sub-categories ul li a:visited,
	.breadcrumbs li .sub-categories ul li a, .breadcrumbs li .sub-categories ul li a:visited {
		line-height: 20px; margin: 0 0 0 14px; padding: 0; height: auto; font-size: 13px; font-weight: normal;
		color: #525050;
	}
		.sub-categories ul li a:hover {text-decoration: underline;}
	.breadcrumbs li.last .sub-categories ul li.current a, .breadcrumbs li.last .sub-categories ul li.current a,
	.breadcrumbs li .sub-categories ul li.current a, .breadcrumbs li .sub-categories ul li.current a {
		font-weight: bold;
	}
.sub-sub-categories {}
	.breadcrumbs li.last .sub-sub-categories p.category-name,
	.breadcrumbs li .sub-sub-categories p.category-name {
		font-weight: bold; font-size: 15px; line-height: 20px; float: left;
		margin: 0; padding: 0; background: none; width: auto; height: auto;
	}
	.sub-sub-categories ul {list-style: none; margin: 0; padding: 0;}
	.sub-sub-categories ul li {float: left; background: none; margin: 0; padding: 0; height: auto;}
		.sub-sub-categories ul li:hover {background: none; text-decoration: underline;}
	.breadcrumbs li.last .sub-sub-categories ul li a, .breadcrumbs li.last .sub-sub-categories ul li a:visited,
	.breadcrumbs li .sub-sub-categories ul li a, .breadcrumbs li .sub-sub-categories ul li a:visited {
		line-height: 20px; margin: 0 0 0 14px; padding: 0; height: auto; font-size: 13px; font-weight: normal;
		color: #525050;
	}
		.sub-sub-categories ul li a:hover {text-decoration: underline;}
	.breadcrumbs li.last .sub-sub-categories ul li.current a, .breadcrumbs li.last .sub-sub-categories ul li.current a,
	.breadcrumbs li .sub-sub-categories ul li.current a, .breadcrumbs li .sub-sub-categories ul li.current a  {
		font-weight: bold;
	}
.breadcrumbs li.last .categories,
.breadcrumbs li .categories,
.categories {list-style-type: none; margin: 0; padding: 0; font-size: 16px; display: block; overflow: hidden; height: 100%;}

.breadcrumbs li.last .categories li,
.breadcrumbs li .categories li,
.categories li {background: none; margin: 0; padding: 0; float: left; display: block; width: 145px; margin: 0 10px 10px 0;}

	.breadcrumbs li.last .categories li:hover,
	.breadcrumbs li .categories li:hover,
	.categories li:hover {background: none;}
	
.breadcrumbs li.last .categories li a, .breadcrumbs li.last .categories li a:visited,
.breadcrumbs li .categories li a, .breadcrumbs li .categories li a:visited,
.categories li a, .categories li a:visited {background: none; margin: 0; padding: 0 0 5px 0; float: none;
	display: block; text-decoration: none; line-height: 18px; height: auto; font-weight: normal; font-size: 16px;
	color: #525050;
}
	.breadcrumbs li.last .categories li a:hover,
	.breadcrumbs li .categories li a:hover,
	.categories li a:hover {text-decoration: underline;}
	
.breadcrumbs li.last .subcategories,
.breadcrumbs li .subcategories,
.subcategories {list-style-type: none; margin: 0 0 0 10px; padding: 0; float: none; font-size: 13px;}

.breadcrumbs li.last .subcategories li,
.breadcrumbs li .subcategories li,
.subcategories li {background: none; margin: 0; padding: 0; float: none; display: block;}

.breadcrumbs li.last .subcategories li a, .breadcrumbs li.last .subcategories li a:visited,
.breadcrumbs li .subcategories li a, .breadcrumbs li .subcategories li a:visited,
.subcategories li a, .subcategories li a:visited {background: none; margin: 0; padding: 0 0 5px 0;
	float: none; display: block; text-decoration: none; line-height: 14px; font-weight: normal; font-size: 12px;}
	
	.breadcrumbs li.last .subcategories li a:hover,
	.breadcrumbs li .subcategories li a:hover,
	.subcategories li a:hover {text-decoration: underline;}
	
	.breadcrumbs li.last .categories li.current a, .breadcrumbs li.last .categories li.current a:visited,
	.breadcrumbs li.last .categories li a.current,
	.breadcrumbs li.last .subcategories li.current a, .breadcrumbs li.last .subcategories li.current a:visited, 
	.breadcrumbs li.last .subcategories li a.current,
	.breadcrumbs li .categories li.current a, .breadcrumbs li .categories li.current a:visited, 
	.breadcrumbs li .categories li a.current,  
	.breadcrumbs li .subcategories li.current a, .breadcrumbs li .subcategories li.current a:visited,
	.breadcrumbs li .subcategories li a.current,
	.categories .current, .subcategories .current {font-weight: bold;}
		
/*	5.	Search form
------------------------------------------------------------ */
form#search-form {padding: 0; margin: 0; position: relative; float: right; font-size: 14px;
	height: 34px; width: 270px;
	background: url(images.red/main-sprite.png) 0px -190px no-repeat;
}
form#search-form fieldset{margin: 0; padding: 0; border: 0;}
form#search-form input.text {position: absolute; top: 0; left: 0; padding: 7px 10px 5px 10px; margin: 0;
	z-index: 0; background: none; border: none; font-family: Georgia, "Times New Roman", serif; font-size: 14px;
	width: 220px; height: 22px;
	color: #525050;
}
form#search-form input.text:focus {border: none; outline: 0;}
form#search-form label.overlabel {display: none; position: absolute; top: 0; left: 0;}
form#search-form label.overlabel-apply {display: block; position: absolute;
	margin: 0; z-index: 1; cursor: text; line-height: 100%; font-size: 14px;
	top: 11px; left: 10px;
	color: #888;
}

form#search-form input.button-search {position: absolute; top: 0px; right: 0px; margin: 0px;
	display: block; text-indent: -9999px; border: none; line-height: 100%;
	width: 36px; height: 34px;
	background: url(images.red/main-sprite.png) -236px -190px no-repeat;
}
form#search-form input.button-search:hover {cursor: pointer;
	background: url(images.red/main-sprite.png) -272px -190px no-repeat;
}

/* ============================================================

Content

============================================================ */

/*	6.	General Content
------------------------------------------------------------ */
.content {overflow: hidden; height: 100%;}
.banner-full {width: 1000px; margin: 0; border: none;}
.content-container {padding: 0 15px 15px 15px;}
.content-container h2 {margin-top: 10px;}
.product-top-container {overflow: hidden; height: 100%;}

.view-all-products {float: right; display: block; padding: 10px; width: 213px; margin: 10px 0; background: #fff;
	text-align: center; font-size: 1.4em; font-weight: normal; text-decoration: none; color: #b9121b;
	border: solid 1px #c8c6c6;}
	a.view-all-products:hover {border: solid 5px #f0db5e; padding: 6px; background: #fff6ce;}

/*	7.	Slider
------------------------------------------------------------ */
.main-slider-container {position: relative;}
.main-slider {overflow: hidden; position: relative; width: 1000px;
	height: 255px;
	background: #fdd98b url(../images/slider-background.png) top center no-repeat;
	border-bottom: solid 1px #4c1b1b;
}
	.main-slider .items {width: 20000px; clear: both; position: absolute;}
.main-slider-post, .main-slider-full, .main-slider-product {width: 1000px; float: left;
	height: 255px;
}

.main-slider-full {}
.main-slider-post, .main-slider-product {padding: 10px; height: 235px; width: 980px;}
.main-slider-post h2 {margin: 0; padding: 0;}
.main-slider-post h2 a {text-decoration: none;}
.main-slider-post h2 a:hover {text-decoration: underline;}
.post-slider-content {}

.main-slider-product a.product-block-small {float: left;}
.main-slider-product h2 {margin: 0; padding: 0;}
.main-slider-product h2 a {text-decoration: none;}
.main-slider-product h2 a:hover {text-decoration: underline;}
.product-slider-content {margin-left: 250px;}
	.product-slider-content a.continue, .product-slider-content a.continue:visited,
	.post-slider-content a.continue, .post-slider-content a.continue:visited {font-weight: bold; float: left;}
	.product-slider-content a.continue:hover {}
	
.slider-controls {clear: both; position: absolute; bottom: 10px; right: 10px; min-width: 200px; visibility: hidden;}
.js .slider-controls {visibility: visible;}
.slider-controls .prev {display: block; text-indent: -9999px; overflow: hidden; float: right;
	width: 26px; height: 27px;
	background: url(images.red/main-sprite.png) -26px -452px no-repeat;
}
	.slider-controls .prev:hover {cursor: pointer;
		background-position: 0px -452px;
	}
.slider-controls .next {display: block; text-indent: -9999px; overflow: hidden; float: right;
	width: 25px; height: 27px;
	background: url(images.red/main-sprite.png) -52px -452px no-repeat;
}
	.slider-controls .next:hover {cursor: pointer;
		background-position: -77px -452px;
	}
.slider-controls .navi {float: right;}
.slider-controls .navi a {float: left; display: block; text-indent: -9999px; overflow: hidden;
	width: 22px; height: 28px;
	background: url(images.red/main-sprite.png) -102px -452px no-repeat;
}
	.slider-controls .navi a:hover {cursor: pointer;
		background-position: -124px -452px;
	}
.slider-controls .navi a.active {
	background-position: -146px -452px;
}

/*	8.	Pagination
------------------------------------------------------------ */
.pagination {overflow: hidden; height: 100%; margin: 10px 0 0 -15px; width: 1000px; font-family: Tahoma, Arial, serif; font-size: 14px;
	border: solid 1px #4c1b1b; border-left: none; border-right: none;
	background: #fff; color: #4c1b1b;
}
.pagination ul {float: right; margin: 0; padding: 0; list-style: none;}
.pagination ul li {float: left; margin: 0; padding: 0;}
.pagination ul li a {padding: 5px 12px 7px 12px; display: block; text-decoration: none;
	color: #4c1b1b;
	border-left: solid 1px #4c1b1b;
}
	.pagination ul li a:hover {
		background: #b9121b; color: #fcfae1;
	}
	.pagination ul li a.disabled {
		color: #999;
	}
		.pagination ul li a.disabled:hover {background: none; cursor: default;}
	.pagination ul li a.current {
		background: #b9121b; color: #fcfae1;
	}
		.pagination ul li a.current:hover {
			background: #b9121b;
		}
	.pagination ul li a.next {margin-right: 15px;
		border-right: solid 1px #4c1b1b;
	}
#user-reviews .pagination {width: 720px;}
.products-content-container .pagination {width: 755px;}

/* ============================================================

Blog

============================================================ */

/*	9.	Blog
------------------------------------------------------------ */
.blog {background: url(images.red/product-content-bg.png) top center repeat-y;}
.post-content {float: left; padding: 15px; width: 690px; background: #fff;}
.post {padding-bottom: 30px; margin-bottom: 20px; overflow: hidden; height: 100%;
	border-bottom: solid 1px #ccc;
}
.post-content .last {margin-bottom: 0;}

/* Post-pic */
.post-pic {padding: 5px;
	background: #fff;
	border: solid 1px #ccc;
}
	.post-pic a {display: block;}
	.post-pic a img {display: block;
		border: solid 1px #fff;
	}
.featured .post-pic {}
.post-pic.left {margin: 0 15px 10px 0;}
.post-pic.right {margin: 0 0 10px 15px;}
.post-pic p.caption {margin: 5px 0 0 0; text-indent: 0; font-size: 14px;
	color: #484848;
}

/* Post title / details */
h1.posts-title {font-size: 1.8em; margin: 0 0 20px 0; padding-bottom: 10px; border-bottom: solid 1px #b9121b;}
h1.page-title, h2.page-title {margin: 0;}
.post-title {margin: 0; padding: 0;}
.post-title a {text-decoration: none; color: #b9121b;}
	.post-title a:hover {text-decoration: underline;}
	
.post-details {list-style: none; margin: 2px 0 0 0; padding: 0; overflow: hidden; height: 100%; font-size: 0.75em;}
.post-details li {margin: 0; padding: 0; float: left; padding: 0px 8px; line-height: 1.1em;
	border-right: solid 1px #818181;
	color: #818181;
}
.post-details li.post-author {padding-left: 0;}
.post-details li.post-categories {border-right: none;}
.post-details li a {text-decoration: none;
	color: #818181;
}
.post-details li a:hover {text-decoration: underline;}

/* Blog navigation */
.newerPosts, .olderPosts {display: block; padding: 5px 10px; margin: 15px 0 0 0; text-decoration: none;
	border: solid 1px #ccc;
}
	.newerPosts:hover, .olderPosts:hover {
		background: #fff6ce; border-color: #4c1b1b;
	}
.newerPosts {float: right;}
.olderPosts {float: left;}

/* Post styling */
.full-page {float: none; width: auto; padding: 15px;}
.single {}

.post .continue {font-weight: bold; float: right;}

/* Featured products */
#featured-products {padding-bottom: 30px; margin-bottom: 15px; overflow: hidden; height: 100%;
	border-bottom: solid 1px #ccc;
}
	#featured-products h2 {margin-top: 0;}
	
/* Social links */
#social-links {overflow: hidden; height: 100%; padding-bottom: 15px; margin-bottom: 15px;
	border-bottom: solid 1px #ccc;
}
	#social-links h2 {margin: 0; line-height: 48px; float: left;}
#social-links ul {list-style: none; margin: 0; padding: 0; float: right;}
#social-links ul li {margin: 0 15px 0 0; padding: 0; float: left;}
#social-links ul li a {overflow: hidden; text-indent: -9999px; display: block;
	height: 48px; width: 48px;
	background: url(images.red/main-sprite.png) 0px -303px no-repeat;
}
#social-links ul li.slink-del a {background-position: 0px -303px;}
#social-links ul li.slink-dig a {background-position: -48px -303px;}
#social-links ul li.slink-fcb a {background-position: -96px -303px;}
#social-links ul li.slink-red a {background-position: -144px -303px;}
#social-links ul li.slink-stb a {background-position: -192px -303px;}
#social-links ul li.slink-twi a {background-position: -240px -303px;}

/*	10.	Sidebar
------------------------------------------------------------ */
.sidebar {float: right; width: 250px; padding: 15px;}
.sidebar .widget {margin-bottom: 15px;}
.sidebar .widget h3 {margin: 0 0 4px 0; padding: 0;}
.sidebar .widget p {font-size: 13px; margin: 0 0 4px 0;}
.sidebar .widget ul {margin: 0 0 0 15px; padding: 0;}
.sidebar .widget ul li {padding-bottom: 3px;}
.sidebar .widget ul li a {text-decoration: none;}	
	.sidebar .widget ul li a:hover {text-decoration: underline;} 
	
/*	11.	Comments
------------------------------------------------------------ */
#comments {}
#comments h2 {margin: 0;}
ol.commentlist {list-style: none; margin: 0;padding: 0;}
.comment {padding: 15px; overflow: hidden; height: 100%;
	border-bottom: dotted 1px #000; background: #fcfae1;}
.comment-body {overflow: hidden; height: 100%;}
.comment-author {}
.comment-author .avatar {float: right;
	border: solid 1px #999;
}
.comment-author cite {font-style: normal; text-decoration: none; color: #b9121b;}
	.comment-author cite a {font-style: normal; text-decoration: none; color: #b9121b;}
	.comment-author cite a:hover {text-decoration: underline;}
.comment-author .says {}
.comment-meta {font-size: 0.8em; 
	color: #999;
}
	.comment-meta a {text-decoration: none;
		color: #999;
	}
	.comment-meta a:hover {text-decoration: underline;}
.reply {font-weight: bold; float: right; font-size: 14px;}
.comment ul.children {list-style: none; margin: 15px 0 0 0; padding: 0;}
.depth-2 {
	border-left: solid 5px #999;
}
.depth-3 {
	border-left: solid 5px #ccc;
}
.even {
	background: #fff;
}
.odd {
	background: #f6f6f6;
}

/* ============================================================

Products

============================================================ */

/*	12.	Product Sidebar
------------------------------------------------------------ */
.product-sidebar {padding: 10px; width: 240px; margin: 23px 10px 23px 0; float: right;
	border: solid 5px #f0db5e;
}
.product-sidebar h1 {margin: 0; padding: 0; font-size: 1.8em; line-height: 1.2;
	color: #b9121b;
}
.product-sidebar .description {margin: 15px 0; padding-bottom: 5px;
	border-bottom: solid 1px #dd9a00;
}
	.product-sidebar .description p {margin: 0; padding: 0 0 10px 0; line-height: 1.3;}
.product-sidebar #product-options {margin-bottom: 15px;}
	#product-options p {margin: 0; padding: 0 0 5px 0; clear: both; display: block;}
		#product-options p label {float: left; width: 60px; line-height: 22px; margin: 0;}
		#product-options p select {width: 170px; font-size: 12px; margin: 0; padding: 2px 2px 2px 0;}

.price {font-size: 32px; line-height: 32px; height: 32px; margin: 0; padding: 0; display: block; font-family: Verdana, Tahoma, sans-serif;
	color: #b9121b;}
.price .symbol {font-size: 16px; line-height: 24px; vertical-align: top;}
.price .dollars {font-size: 100%;}
.price .period {display: none;}
.price .cents {font-size: 20px; line-height: 28px; vertical-align: top;}

.product-sidebar .price {float: left; margin: 5px 0 0 0; padding: 0;}
.product-sidebar .list-price {float: right; margin-bottom: 15px;}
	.product-sidebar .list-price p {margin: 0; padding: 0;}
	.product-sidebar .list-price .savings {
		color: #b9121b;
	}
.product-sidebar .addtocart {clear: both; display: block; text-indent: -9999px; overflow: hidden;
	width: 242px; height: 59px;
	background: url(images.red/main-sprite.png) 0 -72px no-repeat;
}
	.product-sidebar .addtocart:hover {
		background-position: 0 -131px;
	}

/*	13.	Product Image
------------------------------------------------------------ */
.product-top-container {
	background: #fff;	
}
.product-image {text-align: center; margin: 23px 0 23px 15px; min-height: 440px; width: 690px;}
	.product-image img {margin: 0 auto;}
	.product-image img.border {border: solid 5px #ccc;}
.loading {background: url(images.red/loading.gif) center center no-repeat;}

/*	14.	Product Bottom Container
------------------------------------------------------------ */
.product-bottom-container {overflow: hidden; height: 100%;
	background: #fff6ce;
	border: solid 1px #4c1b1b; border-left: none; border-right: none;
}
.product-bottom-container .thumbnails {}
	.product-bottom-container .thumbnails ul {list-style: none; margin: 0; padding: 0;	}
	.product-bottom-container .thumbnails ul li {float: left; margin: 7px 0 0 10px; padding: 0;}
	.product-bottom-container .thumbnails ul li a {display: block;
		border: solid 1px #c8c6c6;
	}
		.product-bottom-container .thumbnails ul li a:hover {
			border: solid 1px #4c1b1b;
		}	
	.product-bottom-container .thumbnails ul li a img {display: block; border: none; margin: 0; padding: 0; height: 64px;}
	
.product-bottom-container .reviews-glance {float: right; display: block; width: 279px; height: 79px;
	background: url(images.red/main-sprite.png) 0px -224px no-repeat;
	border-left: solid 1px #4c1b1b;
}
	.product-bottom-container .reviews-glance a {width: 100%; height: 100%; text-align: center;
		display: block; font-size: 18px; text-decoration: none;
		color: #4c1b1b;	
	}
	.product-bottom-container .reviews-glance a span.stars {display: block; text-indent: -9999px;
		overflow: hidden; margin: 8px auto 5px auto;
		width: 189px; height: 34px;
		background: url(images.red/main-sprite.png) -192px -361px no-repeat;
	}
	.product-bottom-container .reviews-glance a span.stars-1 {background-position: -154px -361px;}
	.product-bottom-container .reviews-glance a span.stars-2 {background-position: -116px -361px;}
	.product-bottom-container .reviews-glance a span.stars-3 {background-position: -78px -361px;}
	.product-bottom-container .reviews-glance a span.stars-4 {background-position: -38px -361px;}
	.product-bottom-container .reviews-glance a span.stars-5 {background-position: 0px -361px;}

/*	15.	Product Content
------------------------------------------------------------ */
.product-content-container {overflow: hidden; height: 100%;
	background: url(images.red/product-content-bg.png) top center repeat-y;
}
.product-content {float: left; padding: 15px; width: 690px; position: relative; background: #fff;}
	.product-content h2 {width: 100%; margin: 0 0 8px 0; padding-bottom: 8px; font-weight: normal;
		border-bottom: solid 1px #b9121b;
	}
.product-content-header-nav {list-style: none; float: right; margin: 10px 0 0 0; padding: 0;
	top: 0; right: 0; display: none;
}
.js .product-content-header-nav {display: inline;}
.product-content-header-nav li {float: left;}
.product-content-header-nav li a {padding: 0 10px; display: block; text-decoration: none;
	color: #4c1b1b;
	border-right: solid 1px #4c1b1b;
}
	.product-content-header-nav li a:hover {text-decoration: underline;}
.product-content-header-nav li.current a {font-weight: bold;}
.product-content-header-nav li.last a {border: none; padding-right: 0;}

#full-description {width: 100%;}

#specifications {width: 100%;}
#specifications h2 {margin-bottom: 15px;}
#specifications h4 {margin: 0 0 15px 0; padding-bottom: 8px; font-size: 1.0em; font-weight: bold;
	border-bottom: solid 1px #b9121b;
}
#specifications ul {margin: 0 0 20px 0; padding: 0 0 0 20px;}
	#specifications ul li {margin: 0 0 4px 0; padding: 0;} 

#user-reviews {width: 100%;}
.user-review {overflow: hidden; height: 100%; margin-top: 16px;}
	.user-review h3 {line-height: 21px; margin: 0; font-weight: normal;}
	.user-review h3 span.stars {display: block; text-indent: -9999px; float: left; margin-right: 10px;
		height: 21px; width: 125px;
		background: url(images.red/main-sprite.png) -127px -430px no-repeat;
	}
	.user-review h3 span.stars-1 {background-position: -102px -430px;}
	.user-review h3 span.stars-2 {background-position: -77px -430px;}
	.user-review h3 span.stars-3 {background-position: -51px -430px;}
	.user-review h3 span.stars-4 {background-position: -26px -430px;}
	.user-review h3 span.stars-5 {background-position: 0px -430px;}
	.user-review hr {border: none; background: #c0c0c0; height: 1px; margin-top: 30px;}
.user-info {float: right; line-height: 40px; margin-top: -35px;
	background: #fff; color: #787878;
}
.gravatar {height: 40px; width: 40px; float: left; margin: 0 15px;
	border: solid 1px #c8c6c6;
}
#user-reviews .pagination {margin-top: 20px;}

/*	16.	Product Content Sidebar
------------------------------------------------------------ */
.product-content-sidebar {float: right; width: 250px; padding: 15px;}
	.product-content-sidebar h3 {margin: 0 0 10px 0;}

/*	17.	Product Block View
------------------------------------------------------------ */
.product-block-view {list-style: none; margin: 0; padding: 0;}
	.product-block-view li {display: inline; margin: 0; padding: 0;}

.product-block, .product-block-small, .product-block-vsmall {
	display: block; padding: 10px; text-decoration: none; float: left; position: relative;
	background: #fff; border: solid 1px #c8c6c6; color: #4c1b1b;
}
	.product-block:hover, .product-block-small:hover, .product-block-vsmall:hover {padding: 6px;
		border: solid 5px #f0db5e;
	}
	a.product-block:hover span, a.product-block-small:hover span, a.product-block-vsmall:hover span {cursor: pointer;}
	.product-block .list-price, .product-block-small .list-price, .product-block-vsmall .list-price {font-size: 12px;
		color: #a9a9a9; font-family: Tahoma, "Times New Roman", serif;
	}
	.product-block img, .product-block-small img, .product-block-vsmall img {border: none;}
	.product-block img.border, .product-block-small img.border, .product-block-vsmall img.border {border: solid 1px #ccc;}
	.product-block .product-name, .product-block-small .product-name, .product-block-vsmall .product-name {font-size: 15px;}

.product-block {width: 225px; height: 225px;}
.product-block-small {width: 213px; height: 213px;}
.product-block-vsmall {width: 201px; height: 201px;}

.product-content-sidebar .product-block {margin-bottom: 15px;}
.product-list-small{padding: 0; overflow: hidden; height: 100%;}
.product-list-small .product-block-small {margin: 0 10px 0 0;}
.product-list-small .last {margin: 0;}
.products-content-container .product-block-small {margin-bottom: 10px;}
.product-list-vsmall {}
.product-list-vsmall .product-block-vsmall {margin: 0 10px 0 0;}
.product-list-vsmall .last {margin-right: 0; padding: 10px;
	border-bottom: solid 1px #c8c6c6;
}
	.product-list-vsmall a.last:hover {padding: 6px;
		border-bottom: solid 5px #f0db5e;
	}

/* Portrait Product Block - General */
.portrait, .portrait-small, .portrait-vsmall {}
	.portrait .img-container, .portrait-small .img-container, .portrait-vsmall .img-container {float: right; text-align: center;}
	.portrait img, .portrait-small img, .portrait-vsmall img {border: none;}
	.portrait img.border, .portrait-small img.border, .portrait-vsmall img.border {border: solid 1px #ccc;}
	.portrait .product-info, .portrait-small .product-info, .portrait-vsmall .product-info {position: absolute; bottom: 10px; width: 75px;}
	.portrait .price, .portrait-small .price, .portrait-vsmall .price {margin: 0; display: block;}
	.portrait .list-price, .portrait-small .list-price, .portrait-vsmall .list-price {margin: 0; display: block;}
	.portrait .product-name, .portrait-small .product-name, .portrait-vsmall .product-name {display: block; margin-top: 10px;}
	.portrait:hover .product-info, .portrait-small:hover .product-info, .portrait-vsmall:hover .product-info {bottom: 6px;}

/* Portrait Product Block */
.portrait {}
	.portrait .img-container {width: 135px;}
	.portrait img {margin-top: 22px;}
	.portrait .product-info {}
	.portrait .price {}
	.portrait .list-price {}
	.portrait .product-name {}
	.portrait:hover .product-info {}

/* Small Portrait Product Block */
.portrait-small {}
	.portrait-small .img-container {width: 130px;}
	.portrait-small img {margin-top: 20px; width: 130px;}
	.portrait-small .product-info {}
	.portrait-small .price {}
	.portrait-small .list-price {}
	.portrait-small .product-name {}
	.portrait-small:hover .product-info {}
	
/* Very Portrait Product Block */
.portrait-vsmall {}
	.portrait-vsmall .img-container {width: 120px;}
	.portrait-vsmall img {margin-top: 20px; width: 120px;}
	.portrait-vsmall .product-info {}
	.portrait-vsmall .price {}
	.portrait-vsmall .list-price {}
	.portrait-vsmall .product-name {}
	.portrait-vsmall:hover .product-info {}
	
/* Landscape Product Block - General */
.landscape, .landscape-small, .landscape-vsmall {}
	.landscape .img-container, .landscape-small .img-container, .landscape-vsmall .img-container {text-align: center; display: block;}
	.landscape img, .landscape-small img, .landscape-vsmall img {border: none;}
	.landscape img.border, .landscape-small img.border, .landscape-vsmall img.border {border: solid 1px #ccc;}
	.landscape .product-info, .landscape-small .product-info, .landscape-vsmall .product-info {position: absolute; bottom: 10px;}
	.landscape .price-container, .landscape-small .price-container, .landscape-vsmall .price-container {float: left; display: block;}
	.landscape .price, .landscape-small .price, .landscape-vsmall .price {display: block;}
	.landscape .list-price, .landscape-small .list-price, .landscape-vsmall .list-price {display: block;}
	.landscape .product-name, .landscape-small .product-name, .landscape-vsmall .product-name {position: absolute; bottom: 0px; right: 0px;}
	.landscape:hover .product-info, .landscape-small:hover .product-info, .landscape-vsmall:hover .product-info {bottom: 6px;}
	
/* Landscape Product Block */
.landscape {}
	.landscape .img-container {width: 225px;}
	.landscape img {margin-top: 5px;}
		.landscape img.square {width: 165px; height: 165px;}
	.landscape .product-info {width: 225px;}
	.landscape .price-container {width: 95px;}
	.landscape .price {}
	.landscape .list-price {}
	.landscape .product-name {width: 120px;}
	.landscape:hover .product-info {}
	
/* Small Landscape Product Block */
.landscape-small {}
	.landscape-small .img-container {width: 213px;}
	.landscape-small img {margin-top: 2px; width: 210px;}
		.landscape-small img.square {width: 155px; height: 155px;}
	.landscape-small .product-info {width: 213px;}
	.landscape-small .price-container {width: 90px;}
	.landscape-small .price {}
	.landscape-small .list-price {}
	.landscape-small .product-name {width: 115px;}
	.landscape-small:hover .product-info {}
	
/* Very Small Landscape Product Block */
.landscape-vsmall {}
	.landscape-vsmall .img-container {width: 201px;}
	.landscape-vsmall img {margin-top: 1px; width: 200px;}
		.landscape-vsmall img.square {width: 150px; height: 150px;}
	.landscape-vsmall .product-info {width: 201px;}
	.landscape-vsmall .price-container {width: 90px;}
	.landscape-vsmall .price {}
	.landscape-vsmall .list-price {}
	.landscape-vsmall .product-name {width: 110px;}
	.landscape-vsmall:hover .product-info {}

.products-content-container {width: 735px; float: left; padding: 15px 5px 15px 15px;
	border-right: solid 1px #4c1b1b;
}
.products-content-container h2 {margin: 0 0 15px 0; padding: 0;}
	.products-content-container h2 .items {font-size: 15px; line-height: 20px;
		color: #999;
	}
	
.products-sidebar {float: right; width: 214px; padding: 15px;}
	.products-sidebar h4 {margin: 0 0 5px 0; padding: 0;}
	.products-sidebar h5 {margin: 0; padding: 0;}
	.products-sidebar ul {margin: 0 0 10px 15px; padding: 0;}
	.products-sidebar ul li {}
	.products-sidebar ul li a {text-decoration: none;}
		.products-sidebar ul li a:hover {text-decoration: underline;}
	.products-sidebar hr {border: 0; height: 1px; outline: none;
		background: #ccc;
	}

/*	18.	Product Review Form
------------------------------------------------------------ */	
div.star-rating {float: left; text-indent: -9999px; cursor: pointer; display: block;
	background: transparent; overflow: hidden; width: 17px; height: 15px;
}
div.star-rating, div.star-rating a {
	background: url(images.red/star.gif) no-repeat 0 0px;
}
div.star-rating a{display: block; width: 16px; height: 100%; background-position: 0 0px; border: 0;}
div.star-rating-on a {background-position: 0 -16px!important;}
div.star-rating-hover a {background-position: 0 -32px;}

.review-form-container {margin-top: 15px; width: 690px;}
.review-form-container h3 {float: left; margin: 0 0 10px 0; padding: 0; line-height: 28px;}
.review-form-container .write-review {float: left; margin-left: 10px; line-height: 28px;}

#review-form {display: block; clear: both;}
.review-form-subject {float: right; width: 580px;}
	.review-form-subject .input {}
.review-form-rating {float: left; width: 100px;}
.star-rating-container {float: left; width: 100px;}

/* ============================================================

Other

============================================================ */

/*	19.	Cart
------------------------------------------------------------ */
.cart {margin-top: 15px; overflow: hidden; height: 100%;}
.cart h2 {float: left; line-height: 30px; font-size: 22px; padding-right: 10px;	margin: 0;}
.cart a {text-decoration: none;}
.cart a:hover {text-decoration: underline;}
.cart a.button:hover {text-decoration: none;}
.cart-items {float: left; margin: 0; padding: 0; line-height: 32px;}
.cart-update {float: right;	font-size: 13px; margin: 0 0 15px 0;}
.cart-table {border-collapse: collapse; margin: 0 0 0 1px; width: 969px; font-size: 14px; clear: both; 
	border: solid 1px #000; background: #fff;}
.cart-table th {font-weight:bold;}
.cart-table thead th {padding: 8px 0; background: #f0db5e;}
.cart-table tbody {}
.cart-table tr {}
.cart-table td, .cart-table th {text-align: center;}
th.cart-table-headContents {text-align: left; text-indent: 10px;}
.cart-table-headEdit {}
td.cart-table-productDesc {text-align: left; font-weight: bold; line-height: 52px;}
.cart-table-productDesc .image-container {float: left; display: block; width: 55px; margin: 5px 10px 5px 5px; padding: 0; text-align: center;}
.cart-table-productDesc img {border: solid 1px #ccc; height: 40px; display: block; text-align: center; margin: 0 auto;}
.cart-table-productDesc ul {list-style: none; margin: 0; padding: 0; display: inline; margin-left: 10px; font-weight: normal;}
.cart-table-productDesc ul li {display: inline; padding: 0 10px; 
	border-left: solid 1px #000;
}
.cart-table-editrow {
	background: #3366cc; color: #fff;
}
.cart-table-editrow td {text-align: left;}
a.remove {font-size: 12px; margin: 0 6px;}
	a.remove:hover {text-decoration: none;}
	
.total-table {border-collapse: collapse; margin: 0 0 10px 1px; width: 100%;}
.total-table td {text-align: center; font-weight: bold; font-size: 15px; 
	border: solid 1px #000; background: #f2dd64; border-top: none;
}
td.total-title {text-align: right; font-weight: bold; border: none; background: none; font-size: 15px; padding: 5px 10px 0 0;}
td.total-clear {border: none; font-weight: normal; background: none; font-size: 12px; padding: 5px 7px 0 8px;}
td.total-clear a {font-size: 12px;}

.cart-continue {text-decoration: none; float: left;}
.cart-checkout {text-decoration: none; float: right;}

/*	20.	Contact
------------------------------------------------------------ */
.contact .content h2 {margin: 15px 0 0 0;}
.contact-left {float: left;	width: 600px; padding: 0 15px 15px 15px;}
.contact-right {float: right; width: 355px;	padding: 0 15px 15px 0;}

.contact .phone {font-size: 1.25em; margin: 10px 0 15px 0; padding: 0; text-indent: 0;}
.contact .address {font-size: 1.25em;}
.js #map {
	width: 340px;
	height: 250px;
	border: solid 1px #999;
}

/*	21.	Footer
------------------------------------------------------------ */
.footer {padding: 30px 15px 15px 15px; overflow: hidden; height: 100%;
	background: url(images.red/header-border.png) top center no-repeat;
	color: #686868;
}
.footer a {
	color: #686868;
}
.footer h4 {margin: 0 0 8px 0; padding: 0;}
.footer h4 a {text-decoration: none;}
	.footer h4 a:hover {text-decoration: underline;}
.footer .links {float: left; width: 320px;}
	.footer .links ul {margin: 0; padding: 0; list-style: none; font-size: 13px;}
	.footer .links ul li {margin: 0 10px 0 0; padding: 0 0 4px 0; float: left; width: 150px;}
	.footer .links ul li a {text-decoration: none;}
	.footer .links ul li a:hover {text-decoration: underline;}
			
.footer .posts {float: left; width: 370px;}
	.footer .posts ul {list-style: none; margin: 0; padding: 0;}
	.footer .posts ul li {margin: 0 0 5px 0; padding: 0;}
	.footer .posts .post-title {font-size: 14px; text-decoration: none;	}
		.footer .posts .post-title:hover {text-decoration: underline;}
	.footer .posts ul li p {font-size: 13px; margin: 6px 0 10px 0; padding: 0; text-indent: 30px;
		color: #818181;
	}
	.footer .posts p {font-size: 14px; margin: 0; text-indent: 2em;}
	
.footer .follow {float: right; width: 265px;}
	.footer .follow .twitter-message {display: none;}
	.js .footer .follow .twitter-message {margin: 0; padding: 10px; line-height: 1.2; font-size: 14px; display: block;
		background: #f6f6f6;
		border: dashed 1px #ccc;
	}
	.js .footer .follow .twitter-message ul {list-style: none; margin: 0; padding: 0;}
	.js .footer .follow .twitter-message a {text-decoration: none; font-style: italic;}
		.js .footer .follow .twitter-message a:hover {text-decoration: underline;}
	.js .footer .follow .twitter-message .twitter-date {display: block;	margin-top: 2px; font-size: 11px; text-align: right;
		color: #999;
	}
	.footer .follow .twitter-link {display: block; margin: 8px 0 0 0; padding: 0 0 0 55px; line-height: 30px;
		height: 37px; text-decoration: none;
		background: url(images.red/main-sprite.png) -185px 0px no-repeat;
	}
	.footer .follow .twitter-link:hover {text-decoration: underline;}
	.footer .follow .subscribe {margin: 10px 0 0 0;	padding: 0;	list-style: none;}
	.footer .follow .subscribe li {	margin: 6px 0 0 0;}
	.footer .follow .subscribe li a {text-decoration: none; line-height: 30px; margin-left: 8px; padding-left: 45px; display: block;
		background: url(images.red/main-sprite.png) -185px -42px no-repeat;
	}
		.footer .follow .subscribe li a:hover {text-decoration: underline;}

.copyright {width: 1000px; margin: 0 auto; padding: 4px 0 8px 0; font-size: 13px; clear: both; display: block;
	color: #000;
}
	.copyright a {
		color: #000;
	}