/* 
	- Client: POSH Online Store
	- Author: Dave Robinson of sypher design (www.sypher-design.co.uk) 
	- Date: 4th October 2009
	- Version: 1.0
	- Comments: New shop design
	
*/

* {
	margin: 0;
	padding: 0;
}

html {
}

body {
	margin-top: 3px;
	padding: 0;
	background-color: #E8E8E8;
	font-family: arial, cursive, serif;
	font-size: 12px;
	background-image: url("images/background.gif");
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	color: #222C33;
}

img {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0:
}

p {
	margin: 0;
	padding: 0;
}

a {
	color: #222C33;
	text-decoration: none;
}


a:hover {
	color: #222C33;
	text-decoration: underline;
}

:focus {
	outline: 0;
}

label, button, input[type="submit"] {
	cursor:pointer;
}

dl { 
	padding: 5px;
}

dt {
	font-weight: bold;
	font-size: 13px;
	background-color: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	display: inline;
	color: #333;
}

dd {
	font-weight: bold;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px 4px 4px 10px;;
	margin-bottom: 10px;
	width: 50%;
	color: #666;
}

dd:hover {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#container {
	margin: auto;
	padding: 0;
	width: 966px;
}

#cartContents {
	float: right;
	background-color: #222C33;
	color: #fff;
	padding: 4px;
}

#cartContents a {
	text-decoration: none;
	color: #fff;
}

#cartContents a:hover {
	text-decoration: none;
	color: #fff;
}

#checkout {
	clear: both;
	text-align: right;
	padding: 4px;
	background-color: #222C33;
	overflow: auto;
}

#checkout img {
	float: right;
	margin-right: 10px;
}

#navigation {
	width: 206px;
	float: left;
	margin-top: 1px;
}

#navigation .searchBrand {
	background-color: #222C33;
	padding: 3px;
}

#navigation .searchBrand strong {
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	padding-left: 3px;
}

select {
	text-align: center;
	text-transform: uppercase;
	margin: 1px;
	padding: 3px;
	border: 1px solid #222C33;
	color: #666;
	background-color: #fff;
}

input[type="text"] {
	width: 50%;
	text-transform: uppercase;
	margin: 1px;
	padding: 3px;
	border: 1px solid #222C33;
	color: #666;
	background-color: #fff;
}

option {
	padding: 2px;
}

input[type="checkbox"] {
	margin: 1px;
	padding: 3px;
	border: 1px solid #222C33;
	color: #666;
	background-color: #fff;
}

option[value="1"] {
	background-color: ##E1C284;
	color: #000;
}

option[value="2"] {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

option[value="4"] {
	background-color: #9D2F8C;
	color: #fff;
}

option[value="5"] {
	background-color: #999;
	color: #fff;
	font-weight: bold;
}

option[value="6"] {
	background-color: #590409;
	color: #fff;
	font-weight: bold;
}

option[value="7"] {
	background-color: #804040;
	color: #fff;
	font-weight: bold;
}

option[value="8"] {
	background-color: #FFB0D8;
	color: #fff;
	font-weight: bold;
}

option[value="9"] {
	background-color: #33CC00;
	color: #fff;
	font-weight: bold;
}

option[value="10"] {
	background-color: #DCC3E0;
	color: #000;
}

option[value="11"] {
	background-color: #800000;
	color: #fff;
	font-weight: bold;
}

option[value="12"] {
	background-color: #2A4437;
	color: #fff;
	font-weight: bold;
}

option[value="13"] {
	background-color: #252349;
	color: #fff;
	font-weight: bold;
}

option[value="21"] {
	color: #000;
	font-weight: bold;
}

option[value="22"] {
	background-color: #EFEFEF;
	color: #000;
}

option[value="23"] {
	background-color: #3636E4;
	color: #fff;
}

option[value="24"] {
	background-color: #FF9900;
	color: #fff;
}

option[value="33"] {
	background-color: #C29A67;
	color: #000;
}

option[value="34"] {
	background-color: #EAD8A6;
	color: #000;
}

option[value="35"] {
	background-color: #FFFF00;
	color: #000;
}

textarea {
	width: 99%;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 3px;
	border: 1px solid #222C33;
	color: #666;
	background-color: #fff;
}

#navigation .searchBrand select option:hover {
	background-color: #666;
	color: #fff;
}

#navigation ul {
	border: 1px solid #222C33;
	background-color: #fff;
	margin-top: 1px;
	list-style-type: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

#navigation ul li {
	padding: 3px;
	text-align: right;
	border-bottom: 1px solid #222C33;
}

#navigation ul li a {
	display: block;
}

#navigation ul li:hover a:hover {
	text-decoration: none;
	background-color: #FBFCFD;
}

/* Categories */

#navigation li.catSale {
	text-align: center;
	background-color: #F40000;
	font-size: 17px;
}

#navigation li.catSale a {
	color: #fff;
}
	
#navigation li:hover.catSale a:hover {
	text-decoration: none;
	background-color: #F40000;
}

#navigation li.catMain {
	text-align: left;
	padding-left: 20px;
	background-color: #222C33;
}

#navigation li.catMain a {
	color: #fff;
}

#navigation li:hover.catMain a:hover {
	text-decoration: none;
	background-color: #222C33;
}

#navigation li.catHandbags {
	text-align: left;
	background: #222C33 url("images/icon-handbags.jpg") no-repeat top left;
	padding-left: 20px;
}

#navigation li.catHandbags a {
	color: #fff;
}

#navigation li:hover.catHandbags a:hover {
	text-decoration: none;
	background-color: #222C33;
}

#navigation li.catJewellery {
	text-align: left;
	background: #222C33 url("images/icon-jewellery.jpg") no-repeat top left;
	padding-left: 20px;
}

#navigation li.catJewellery a {
	color: #fff;
}

#navigation li:hover.catJewellery a:hover {
	text-decoration: none;
	background-color: #222C33;
}

#navigation li.catScarves {
	text-align: left;
	background: #222C33 url("images/icon-scarves.jpg") no-repeat top left;
	padding-left: 20px;
}

#navigation li.catScarves a {
	color: #fff;
}

#navigation li:hover.catScarves a:hover {
	text-decoration: none;
	background-color: #222C33;
}

#navigation li.catBelts {
	text-align: left;
	background: #222C33 url("images/icon-belts.jpg") no-repeat top left;
	padding-left: 20px;
}

#navigation li.catBelts a {
	color: #fff;
}

#navigation li:hover.catBelts a:hover {
	text-decoration: none;
	background-color: #222C33;
}

#navigation li.catAccessories {
	text-align: left;
	background: #222C33 url("images/icon-accessories.jpg") no-repeat top left;
	padding-left: 20px;
}

#navigation li.catAccessories a {
	color: #fff;
}

#navigation li:hover.catAccessories a:hover {
	text-decoration: none;
	background-color: #222C33;
}

#navigation li.catShoes {
	text-align: left;
	background: #222C33 url("images/icon-shoes.jpg") no-repeat top left;
	padding-left: 20px;
}

#navigation li.catShoes a {
	color: #fff;
}

#navigation li:hover.catShoes a:hover {
	text-decoration: none;
	background-color: #222C33;
}

#navigation li.catUmbrella {
	text-align: left;
	background: #222C33 url("images/icon-umbrella.jpg") no-repeat top left;
	padding-left: 20px;
}

#navigation li.catUmbrella a {
	color: #fff;
}

#navigation li:hover.catUmbrella a:hover {
	text-decoration: none;
	background-color: #222C33;
}

#navigation li.catChildrens {
	text-align: left;
	background: #222C33 url("images/icon-childrens.jpg") no-repeat top left;
	padding-left: 20px;
}

#navigation li.catChildrens a {
	color: #fff;
}

#navigation li:hover.catChildrens a:hover {
	text-decoration: none;
	background-color: #222C33;
}

#navigation li.catGifts {
	text-align: left;
	background: #222C33 url("images/icon-gifts.jpg") no-repeat top left;
	padding-left: 20px;
}

#navigation li.catGifts a {
	color: #fff;
}

#navigation li:hover.catGifts a:hover {
	text-decoration: none;
	background-color: #222C33;
}

/* #navigation li.catGlamstraps {
	text-align: left;
	background: #222C33 url("images/icon-glam-straps.jpg") no-repeat top left;
	padding-left: 20px;
}

#navigation li.catGlamstraps a {
	color: #fff;
}

#navigation li:hover.catGlamstraps a:hover {
	text-decoration: none;
	background-color: #222C33;
}

End Of Categories */

#content {
	float: right;
	width: 740px;
	padding-top: 5px;
}

#content .banners img {
	border: 1px solid #222C33;
}

#shopFooter img {
	display: inline;
	margin-top: 10px;
}

h1 {
	text-transform: uppercase;
	font-size: 26px;
	text-align: right;
	background-color: #fff;
	display: inline;
	float: right;
	font-weight: bold;
	padding: 6px 6px 0px 0px;
	margin: 2px 0px 4px 0px;
}

.contentBox {
	border: 1px solid #222C33;
	background-color: #fff;
	clear: both;
	overflow: auto;
}

.productTable {
	width: 100%;
	table-layout: fixed;
	border-spacing: 10px;
}

.productTable td {
	border: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	background-color: #fff;
}

.productTable td:hover {
	border: 1px solid #999;
}

.productTable td img {
	margin: 0 auto;
	clear: both;
}

.productListing {
	overflow: auto;
	padding-bottom: 4px;
}
.productListing img {
	margin: 0 auto;
	clear: both;
}

.productTable .productListing-heading {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.productTable .infoRight {
	text-align: right;
}

.productTable .infoLeft {
	text-align: left;
}

.productTable .infoLeft p {
	margin: 3px;
	padding: 2px;
	line-height: 150%;
}

.productTable .infoLeft ul {
	margin-left: 20px;
}

.productListing .listingPrice {
	float: right;
	margin: 5px 5px 0px 0px;
	font-size: 24px;
	font-weight: bold;
}

.listingPriceTable {
	margin: 5px 5px 0px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #666;
}

.productListing .listingName {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin: 5px;
	display: block;
}

.productListing .listingInfo img {
	display: inline;
	margin-top: 5px;
	margin-right: 15px;
}

.productListing .listingBuy img {
	display: inline;
	margin-top: 5px;
	margin-left: 15px;
}

.moreResults img {
	float: right;
	margin: 10px;
}

.horizontalRule {
	background-color: #222C33;
	margin-top: 2px;
	margin-bottom: 5px;
	height: 5px;
	clear: both;
}

.breadcrumb a {
	text-transform: uppercase;
	background-color: #fff;
	display: inline;
	font-weight: bold;
	padding: 2px;
	border: 1px dotted #ccc;
}

.breadcrumb a:first-child {
	color: #666;
}

.breadcrumb a:last-child {
	border: 1px solid #999;
}

.creditLogos {
	text-align: center;
	font-size: 11px;
}
.creditLogos img {
	margin: 0 auto;
}

.creditLogos strong {
	background-color: #fff;
}

.itemResults {
	background-color: #000;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px;
}

.itemResults:hover {
	text-decoration: none;
	color: #fff;
}

.productInfo {
	float: right;
	width: 325px;
	padding: 3px;
}

.productInfo p {
	padding: 3px;
	line-height: 145%;
	margin: 2px;
}

.productInfo ul,ol {
	margin-left: 25px;
	padding: 2px;
}

.productInfo span {
	padding: 3px;
} 

.productInfo li:hover {
	background-color: #FBFBFB;
	cursor: default;
}

.productInfo .productPrice {
	display: block;
	float: left;
	width: 45%;
	margin: 5px 5px 0px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #666;
	text-align: center;
}

.productInfo .productBuy {
	display: block;
	float: right;
	width: 45%;
	padding-top: 6px;
}

.productImaging {
	float: left;
	width: 405px;
	text-align: center;
}

.productImaging img {
	margin: 0 auto;
	display: inline;
}

.blackBox {
	background-color: #000;
	padding: 3px;
	color: #fff;
}

.slideshow { 
	height: 171px; 
	width: 738px; 
	margin: auto;
	margin-bottom: 5px;
	border: 1px solid #ccc; 
	}
	
.slideshow img { 
	position: relative;
	}

#socialMedia {
	background-color: #222C33;
	margin-top: 2px;
	margin-bottom: 5px;
	height: 30px;
	clear: both;
}

.horizontalRule + #socialMedia {
	margin-top: -4px;
}

#socialMedia img {
	border: 0;
}

#socialMedia .poshParties {
	float: left;
	padding: 1px 1px 1px 3px;	
}

#socialMedia .socialLinks {
	float: right;
	padding: 3px;
}

#socialMedia .socialLinks img {
	padding-left: 6px;
	display: inline;
}

#sale h1 {
	color: #E10000;
}