@CHARSET "UTF-8";

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,html,p,blockquote,fieldset,input,object { margin:0; padding:0 }
a img,:link img,:visited img { border:none }

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	background: url('../images/bgTop.png') repeat-x 0 -50px;
	margin: 0;
}

/**
 * Default Styles
 */
p {
	color: #4c4c4c;
	line-height: 18px;
	font-size: 12px;
	margin: 0 0 15px 0;
}
.content ul,
.content ol {
	color: #4c4c4c;
	margin: 0 15px 15px 25px;
	line-height: 18px;
	font-size: 12px;	
}
a {
	color: #4c4c4c;
	text-decoration: none;
}
p a {
	color: #4c4c4c;
	text-decoration: underline;
}
h1 {
	color: #ce0977;
	line-height: 26px;
	font-size: 23px;
	margin: 0 0 10px 0;
}

h2{
	color: #ce0977;
	line-height: 22px;
	font-size: 20px;
	margin: 0 0 5px 0;
}

h3{
	color: #666;
	line-height: 22px;
	font-size: 18px;
	margin: 0 0 10px 0;
}

h4 {
	color: #ce0977;
	line-height: 24px;
	font-size: 14px;
	margin: 0 0 15px 0;
}

h5 {
	color: #ce0977;
	line-height: 17px;
	font-size: 13px;
	margin: 0 0 5px 0;
}

h5 a:hover,
h5 a{
	color: #ce0977;
}

.hr {
	height: 3px;
	background: url('../images/hr.png') repeat-x left;
	margin: 0 0 15px;
}

.banner {
	margin-bottom: 10px;
}

.hr hr {
	display: none;
}

form fieldset {
	border: 0;	
}

form fieldset label{
	line-height: 17px;
}

a:hover {
	color: #4c4c4c;	
	text-decoration: underline;
}

.imageBorder {
	padding: 3px;
	border: 1px solid #f2f2f2;
	display: block;
	margin: 0 0 5px 0;	
}
.imageThumbs {
	margin: 10px 0;
}
.imageThumbs img {
	border: 1px solid #f2f2f2;
	margin: 0 2px 2px 0;
}
.imageThumbs img.last {
	margin: 0;
}

.bottomSpace {
	margin: 0 0 15px 0;	
}

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right !important;
}

.pageContainer {
	background: url('../images/bgBottom.png') repeat-x bottom;
	padding-top: 5px;
}

.container {
	width: 951px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	text-align: left;
}

/**
 * Header Styles
 */

.header {
	padding: 0 0 18px 0;
	background: url('../images/hr.png') repeat-x bottom left;
	margin: 0 0 15px 0;
}

.header .logo {
	text-indent: -9000px;
	background: url('../images/logo.png');
	height: 71px;
	width: 423px; 
	float: left;
}

.header .logo a{
	height: 59px;
	width: 403px; 
	display: block;
}

.header .nav {
	width: 320px; 
	float: left;
	padding: 43px 0 0 20px;
}

.header .nav ul {
	display: inline;
}

.header .nav ul li {
	display: block;
	float: left;
}

.header .nav ul li a {
	display: block;
	border-left: 1px solid #cfccad;
	padding: 0 15px 0 10px;
	font-weight: bold;
	font-size: 13px;
}

.header .right {
	float: right;
	width: 180px;
}

.header .right form fieldset{
	border: none;
	height: 21px;
	margin: 8px 0 15px 0;
}

.header .right form fieldset input {
	border: 1px solid #4d4d4d;
	border-right: 0;
	height: 11px;
	width: 145px;
	padding: 5px 0 3px 5px;
	margin: 0;
	display: block;
	float: left;
	color: #555;
}
.header .right form fieldset input:focus {
	color: #000;
}

.header .right form fieldset button {
	border: 1px solid #4d4d4d;
	border-left: 0;
	height: 21px;
	width: 20px;
	background: url('../images/magGlass.png') no-repeat 0 1px;
	margin: 0;
	display: block;
	cursor: pointer;
	float: left;
}

.header .right .basket p {
	text-align: left;
	border-left: 1px solid #cfccad;
	padding: 0 0 0 5px;
	margin: 12px 0 0 0;
	line-height: 13px;
	height: 13px;
	font-size: 13px;
	font-weight: bold;
}

.header .right .basket p a{
	color: #693857;
}

/**
 * Column Styles
 */
 
.spacer {
	margin: 0 0 0 15px;	
}

.narrowColumn {
	width: 146px;
	float: left;
}

.wideSideColumn {
	width: 225px;
	float: left;	
}

.mainColumn {
	width: 629px;
	float: left;	
}

.mainHomeColumn {
	width: 549px;
	float: left;	
}

.mainInnerColumn {
	width: 307px;
	float: left;	
}

.mainInnerNarrowColumn {
	width: 227px;
	float: left;	
}

#homepageScroller {
	overflow: auto;
	height: 220px;
}
#homepageScroller em {
	font-size: 10px;
}

/**
 * Left Nav Styles
 */

.leftNav li {
	background: url('../images/hrGrey.png') repeat-x bottom left;
	list-style: none;
	padding: 10px 0 8px 0;
}

.leftNav li.selected {
	background: url('../images/hr.png') repeat-x bottom left;
}

.leftNav li a {
	display: block;
	background: url('../images/arrowRight.png') no-repeat 4px 3px;
	padding-left: 15px;
}

.leftNav li.selected a {
	background-image: url('../images/arrowDown.png');
}

.leftNav li ul {
	list-style: none;
}

.leftNav li.selected ul li,
.leftNav li ul li {
	background: 0;
	padding: 2px 0 2px 10px;
}

.leftNav li.selected ul li.selected a {
	text-decoration: underline;	
}

.leftNav li.selected ul li a,
.leftNav li ul li a {
	background: 0;
}

.listingSiteLinks {
	margin: 20px 0;
	text-align: center;
}
.listingSiteLinks img {
	margin-bottom: 10px;
}

/**
 * search Fields Styles
 */
 
.searchFields fieldset {
	border: 0;
}

.searchFields fieldset ul li {
	background: url('../images/hrGrey.png') repeat-x top left;
	padding: 12px 0 8px 0;
	list-style: none;
	display: block;
	clear: both;
}

.searchFields fieldset ul li label{
	display: block;
	font-weight: bold;
	color: #4c4c4c;
	width: 100px;
}

.searchFields fieldset ul li select{
	width: 120px;
}

.searchFields fieldset ul li button{
	border: 0;
	background: url('../images/searchButton.png');
	text-indent: -9000px;
	display: block;
	height: 25px;
	width: 89px;
}

.wideSideColumn .searchFields fieldset ul li label {
	float: left;
	line-height: 22px;
}

.wideSideColumn .searchFields fieldset ul li select {
	float: left;	
}

.wideSideColumn .searchFields h5 {
	font-size: 16px;
}

/**
 * Product Listing Page
 */

.breadcrumb {
	list-style: none;
	font-size: 12px;
	color: #4c4c4c;
	margin-bottom: 10px;
}
.breadcrumb li {
	display: inline;
}
.breadcrumb li a {
	background: url('../images/breadcrumbArrow.png') no-repeat 0 3px;
	padding: 0 0 0 10px;
}
.breadcrumb li a.first {
	background: none;
	padding: 0;
}
.breadcrumb li a {
	color: #4c4c4c;
}
.breadcrumb li a:hover {
	text-decoration: none;
	color: #000;
}

.categories {
	margin-bottom: 25px;
}
.productHeaders {
	padding: 0 0 15px 0;
	clear: both;
	font-size: 11px;
}

.productHeaders .sortAndLimit fieldset div {
	float: left;
	margin-right: 4px;
}

.productHeaders label {
	display: block;
}

.pagination h5 {
	float: left;
	padding: 2px 6px 0 0;
}

.pagination h5.current a {
	color: #4f4f4f;	
}

.productItem p {
	margin: 0;
	line-height: 15px;
	font-weight: bold;
}

/* Product View Page */

.tabsContainer {
	background: url(../images/tabsBar.png) repeat-x bottom;
	height: 28px;
	margin-bottom: 10px;
}
.tabs {
	list-style: none;
	height: 25px;
	overflow: hidden;
}
.tabs li {
	display: inline;
	font-size: 13px;
	line-height: 24px;
}
.tabs li a {
	display: block;
	float: left;
	height: 26px;
	width: 82px;
	background: url('../images/tabBg.png') no-repeat;
	text-align: center;
	color: #ccc;
	margin: 2px 5px 0 0;
}
.tabs li a.activeTab {
	color: #fff;
	margin-top: 0;
}

.tabContainer {
	margin: 0 0 10px 0;	
}

.addButton {
	height: 25px;
	width: 139px;
	background: url('../images/addButton.png');
	text-indent: -9000px;
	border: 0;
	cursor: pointer;
	margin: 5px 0 0 0;
}

.quantity {
	text-align: right;
	color: #ce0977;
	font-weight: bold; 
}
.quantity input {
	width: 30px;
	height: 10px;
	padding: 2px 3px;	
}

.itemAddForm fieldset{
	margin: 5px 0 10px 0;
}

.productOptionsHeader {
	background: url('../images/purchaseOptions.png') no-repeat;
	height: 28px;
	line-height: 28px;
	text-align: right;
	color: #ce0977;
	font-weight: bold;
	font-size: 13px;
}
.variations ul {
	list-style: none;
	margin-bottom: 10px;
}
.variations ul li {
	margin: 2px 0;
}
.variations ul li label {
	display: block;
	float: left;
	width: 80px;
	text-align: right;
	padding-right: 10px;
}

.contactForm {
	float: left;
}
.contactAddress {
	float: right;
	width: 200px;	
}

/**
 * Formbuilder styles
 */
span.error {
	color: red;
}
.formBuilder fieldset {
	border: 0;
}
.formBuilder ul,
.userForm ul {
	list-style: none;
	width: 400px;
}
.formBuilder ul li,
.userForm ul li {
	margin: 5px 0;
}
.formBuilder ul li label,
.userForm ul li label {
	display: block;
	float: left;
	width: 100px;
	height: 16px;
	line-height: 18px;
	text-align: right;
	margin: 0 10px 0 0;
}
.formBuilder ul li label.required {
	font-weight: bold;
}
.formBuilder ul li.error label {
	color: red;
}
.formBuilder ul li.required {
	font-weight: bold;
}
.formBuilder ul li input,
.userForm ul li input,
.formBuilder ul li textarea,
.formBuilder ul li select {
	width: 280px;
	border: 1px solid #ccc;
	padding: 2px 4px;
	font-size: 14px;
	height: 16px;
}
.formBuilder ul li textarea {
	height: 80px;
}
.formBuilder ul li select {
	width: 290px;
	height: 20px;
	padding: 0 4px;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
.formBuilder button {
	background: url('../images/buttonSubmit.png') no-repeat;
	text-indent: -9000px;
	width: 89px;
	height: 25px;
	border: 0;
	float: right;
	margin-bottom: 10px;
	cursor: pointer;
}

.userForm {
	margin-bottom: 20px;
}
.userForm ul li label {
	text-align: left;
	width: 120px;	
}
.userForm ul li input {
	width: 240px;
}

/**
 * FAQ styles
 */
.faqLink {
	margin: 0 0 20px 0;
}
.faqLink a {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	background: url('../images/buttonView.png') no-repeat;
	width: 43px;
	height: 20px;
	text-indent: -9000px;
}
.faqLink h5 {
	color: #4c4c4c;
}

.faq h3 {
	color: #4c4c4c;
	font-size: 12px;
	margin-bottom: 5px;
}
.faq p {
	margin-bottom: 10px;
}
.faq a.backToTop {
	display: block;
	margin: 0 0 15px 0;
	background: url('../images/buttonBackToTop.png') no-repeat;
	width: 84px;
	height: 20px;
	text-indent: -9000px;
}

/**
 * Basket and checkout styles
 */
.shoppingCart {
	width: 950px !important;
	color: #000;
	margin: 0;
}
.shoppingCart .unavailableBox ul {
	margin: 0 15px 0 15px;
}
.shoppingCart .item{
	clear: both;
}

.shoppingCart .item .col1 {
     width: 430px !important;
}
.shoppingCart .item .col5 a {
         color: #000;
}
.shoppingCart .item .col5 a:hover {
        color: #ff2da1;
}

.shoppingCart .header {
     background: #fff !important;
     color: #000;
     border-bottom: 1px dashed #ce0977;
     margin-bottom: 5px;
}
.shoppingCart .totals {
	margin: 0;
}
.shoppingCart .totals,
.shoppingCart .actions {
	width: 950px;
}
.shoppingCart .actions .checkout {
        background: #ce0977;
        color: #fff;
}
.shoppingCart .actions button:hover,
.shoppingCart .actions .continue:hover,
.shoppingCart .actions .checkout:hover {
	background: #ff3eb2;
	color: #fff;
}

#checkout {
	margin-bottom: 30px;
}
#checkout .header {
	padding: 0;
}
#checkout input[type="text"],
#checkout input[type="password"] {
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	font-size: 12px;
}

#blog h1.title {
	width: 300px;
	float: left;
}

.blogImage {
	float: right;
	margin: 30px 0 10px 10px;	
}

/**
 * Footer Styles
 */

.footer {
	clear: both;
	background: url('../images/hr.png') repeat-x top left;
	padding: 10px 0 20px 0;
	color: #666;
}

.footer ul {
	display: inline;
}

.footer ul li {
	display: block;
	float: left;
	background: url('../images/footerBullets.png') no-repeat left center;
	padding: 0 19px 0 29px;
	font-size: 11px;
}

.footer ul li:first-child {
	background: none;
	padding: 0 19px 0 0;
}

.footer p {
	clear: both;
	font-size: 11px;
	padding: 5px 0 0 0;
}
