/*
	SISSY'S BOUTIQUE
*/

@import url("nav.css");

/* COMMON STYLES */
* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */

body {
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	font-size: 11px;
	text-align: left;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 899px;
	background-color: #363535;	
}

#list-home {
	margin-left:40px;
}

#content_container {
	border-top: 1px solid #a31569;
}

.clear {
	clear: both; 
	display: block; 
}

.bold {
	font-weight: bold;
}

img {
	border: none;
}

h2 {
	margin: 0 0 10px 10px;
	font-size: 16px;
}

a { 
	color: #FFFFFF;
}

a:hover {
	color: #a31569;
}

.list {
	margin-left: 30px;
}

/*---------------------------------------------   
    HEADER STYLES
----------------------------------------------*/
.header {
	height: 61px;
	position: relative;
	background: url(../images/bg-header.gif) repeat-x top;
}

.header img#logo {
	position: absolute;
}

#flash {
	background: black;
	border-bottom: #a31569;
	height: 318px;
	width: 899px;
}


/*---------------------------------------------   
    CART STYLES
----------------------------------------------*/
#cart {
	position: absolute;
	left: 695px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#cart p {
	line-height: 22px;
}

#cart a {
	color: #FFFFFF;
}

#cart a:hover {
	color: #a31569;
}


#cart img#shop_online {
	margin-left: 50px;
}

#cart img#cart_icon {
	margin: 0 6px 0 5px;
}


/*---------------------------------------------   
    CTA STYLES
----------------------------------------------*/
#cta {
	float: left;
	width: 227px;
}

#cta img#cta_img {
	margin-top: 10px;
}

/* ---- Sale ---- */
div.sale {
	width: 190px;
	height: 90px;
	padding: 35px 5px 10px 10px;
	background: url('../images/bg-sales.gif') no-repeat 0 0;
	position: relative;
	margin: -60px 0 20px 20px;
	z-index: 100;
}

div.sale-percentage {
	font: bold 2.5em Verdana, Arial, Helvetica, sans-serif;
	color: #ff9e35;
	float: left;
	padding: 5px 10px;
}

div.sale-text {
	width: 170px;
	height: auto;
	float: left;
	font: bold 1.2em/17px Verdana, Arial, Helvetica, sans-serif;
	color: #ff9e35;
	padding: 11px 6px 5px 6px;
	clear: both;
	font-weight: bold;
}

/*---------------------------------------------   
    TEXT STYLES
----------------------------------------------*/
#content {
	float: right;
	width: 620px;
	padding: 20px;
}

#text { display: block;
}

#text p {
	margin: 15px 20px 5px 10px;
}

/*---------------------------------------------   
    CATALOGUE STYLES
----------------------------------------------*/
#catalogue {
	color: #6e6767;
	width: 600px;
	padding: 10px;
	background: #626161;
}

#catalogue #catalogue_title {
	border-bottom: 1px solid #D01383;
	margin-bottom: 20px;
	text-align: right;
	padding: 10px 10px 20px 10px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}
#catalogue #catalogue_title a {
	font-size: 12px;
}

#catalogue .product { margin-bottom: 20px; }

#catalogue .product_detail {
	color: #fff;
}

#catalogue .product_image {
	width: 340px;
	text-align: center;
	float: left;
}

#catalogue .product_detail {
	width: 260px;
	float: left;
}

#catalogue .product_detail h1,
#catalogue .product_detail h2,
#catalogue .product_detail h3,
#catalogue .product_detail h4,
#catalogue .product_detail p {
	margin: 0;
	padding: 0;
}

#catalogue .product_detail h1,
#catalogue .product_detail h2,
#catalogue .product_detail h3,
#catalogue .product_detail h4,
#catalogue .product_detail p {
	margin-bottom: 1em;
}

#catalogue .product_detail h2 { font-size:15px; }
#catalogue .product_detail h3 { font-size:14px; }

#catalogue .product_detail ol,
#catalogue .product_detail ul {
	margin-left: 2em;
}

#catalogue .product_detail ul.product_links {
	list-style: none;
	margin-left: 0;
}

#catalogue .product_detail ul.product_links li {
	display: inline;
	margin: 10px;
}

div.text-box { 
	overflow: hidden;
	margin-bottom: 1em;
}

div.text-box label { 
	font-size: 1.1em; 
	font-weight: bold; 
	float: left; 
	margin-right: 1em; 
	display: inline; 
	color: #fff;
}

div.text-box ol {
	list-style-type: none;
}

div.text-box li input { 
	padding: 2px;
	border: 1px solid #ddd;
}

div.text-box li input.size {
	width: 30px; 
	padding: 2px;
	border: 1px solid #ddd;
}

.catalogue_item {
	display: block;
	height: 200px;
	float: left;
	margin: 10px;
	width: 180px;
}

.catalogue_item_image {	text-align: center; }
.catalogue_item_image img {
	border: 1px solid #fff;
	padding: 1px;
}

.catalogue_item_links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.catalogue_item_links li { float: left; margin: 10px; }

.catalogue_item_detail {
	color: #fff;
	display: block;
	text-align: center;
}

.catalogue_item_detail p,
.catalogue_item_detail ul {
	margin: 0;
	padding: 0;
}

.important_bold { font-size: 1.1em; font-weight: bold; margin-right: 1em; }


img#cataloguetitle {
	margin: 8px 20px 0 0;
	float: right;
}

#catalogueproduct1 {
	background-color: #FFFFFF;
	position: relative;
	margin: 10px 10px 0 10px;
	width: 280px;
	height: 129px;
	float: left;
	display:block;
}

#catalogueproduct1 p {
	position: absolute;
	right: 1px;
	top: 10px;
	width: 130px;
	height: 70px;
	margin:0 20px 5px 5px;
	overflow:hidden;
}

#catalogueproduct1 #links {
	top: 80px;
	left: 180px;
	color: #f80093;
	position: absolute;
}

#cataloguelinks1 a {
	color: #f80093;
	text-decoration: none;
}

#cataloguelinks1 a:hover {
	text-decoration: underline;
}

#catalogueproduct2 {
	background-color: #FFFFFF;
	position: relative;
	margin: 10px 10px 0 10px;
	width: 280px;
	height: 129px;
	float: right;
	display:inline;
}

#catalogueproduct2 p {
	position: absolute;
	right: 1px;
	top: 10px;
	width: 130px;
	height: 70px;
	margin:0 20px 5px 5px;
	overflow:hidden;
}

#catalogueproduct2 #links {
	top: 80px;
	left: 180px;
	color: #f80093;
	position: absolute;
}

#cataloguelinks2 a {
	color: #f80093;
	text-decoration: none;
}

#cataloguelinks2 a:hover {
	text-decoration: underline;
}

#ourspecials {
	margin: 0px auto 10px 10px;
	color: #6e6767;
	width: 620px;
	text-align: right;
	background-color: #a09e9e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}



/*---------------------------------------------   
    PRODUCT DETAILS STYLE
----------------------------------------------*/
#productdetails {
	margin: 20px auto 10px 23px;
	text-align: left;
	color: #FFFFFF;
	background-color: #626161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#productdetails p {
	margin: 5px 15px 5px 0px;
	color: #FFFFFF;
}

#productdetails img {
	margin: 0 20px 20px 0;
}

form.details fieldset,
form.details ol, 
form.details li, 
form.details legend {
	margin: 0;
	padding: 0;
}

form.details fieldset { border: 0; }

form.details ol {
	list-style: none;
}

form.details li { 
	margin: 0;
}

form.details label {
	display: inline-block;
	width: 150px;
}

form.details input, form.details select, form.details textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	font: normal 13px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

form.details textarea { height: 200px; }

form.details select {
	padding: 0;
	width: auto;
}

form.details li.button { margin: -10px 0 0 -28px; }

form.details li.button input {
	width: auto;
	border: 0;
	background: #ec008c;
	color: #fff;
	cursor: pointer;
}

form.details fieldset legend {
	padding: 20px 0;
	font-weight: bold;
	font-size: 18px;
	color: #444;
	_margin: 0 -7px; /* IE Win fix */
}

/* IE Mac legend fix */
form.details legend {
  display: inline-block;
}

input.send { list-style: none; width: 141px; height: 46px; background: url('../images/addcart-off.jpg') no-repeat 0 0; text-decoration: none; border: none; cursor: pointer; text-indent: -9999em; }
input.send:hover { background: url('../images/addcart-on.jpg') no-repeat 0 0; text-decoration: none; }

/*---------------------------------------------   
    content (dynamic text area)
----------------------------------------------*/
div.dynamictext {
	padding: 10px 0;
}

div.dynamictext p {
	margin: 0 30px 5px 0px;
}

div.dynamictext a {
  text-decoration:underline;
}

div.dynamictext a#links {
	font-style: italic;
}

div.dynamictext h1, 
div.dynamictext h2, 
div.dynamictext h3, 
div.dynamictext h4, 
div.dynamictext h5 { margin: 10px 30px 0 30px; }
div.dynamictext h1 { font-size:16px; }
div.dynamictext h2 { font-size:15px; }
div.dynamictext h3 { font-size:14px; }
div.dynamictext h4 { font-size:13px; }
div.dynamictext h5 { font-size:12px; }

div.dynamictext ul li{
  list-style-type:square;
  margin: 10px;
}

div.dynamictext hr {
  border:0;
  border-top:1px solid #E2E2DF;
  height:1px;
}

.contact p {
	margin: 10px 0 10px 30px;
}


/*---------------------------------------------   
    NEW PRODUCTS STYLES
----------------------------------------------*/
#new_products {
	margin: 10px;
	color: #6e6767;
	text-align: right;
	height: 195px;
	background-color: #626161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img#title {
	margin: 8px 300px 0 0;
}

#product {
	background-color: #FFFFFF;
	position: relative;
	float: left;
	margin: 15px;
	width: 270px;
	height: 129px;
	display:inline;
}

#product p {
	position: absolute;
	right: 12px;
	top: 10px;
	width: 130px;
	height: 70px;
	margin:0 0 5px 5px;
	overflow:hidden;
}

#product #links {
	top: 80px;
	left: 180px;
	color: #f80093;
	position: absolute;
}

#links a {
	color: #f80093;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}


/*---------------------------------------------   
    SPECIAL PRODUCTS
----------------------------------------------*/
#special_products {
	margin: 10px;
	color: #6e6767;
	text-align: right;
	height: 195px;
	background-color: #a09e9e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*---------------------------------------------   
    SHOPPING CART STYLES
----------------------------------------------*/

#shoppingcart th {
	text-align: left;
	background: #ddd;
	color: #000;
	padding: 2px;
}

#shoppingcart table table td {
	padding: 2px;
	border-bottom: 1px dashed #DCD2DB;
}

#shoppingcart .right { text-align: right; }

#shoppingcart table table table td { border-bottom: 0; }

#shoppingcart td.totalprice {
	text-align: right;
	font-weight: bold;
	padding: 8px 0;
}

#shoppingcart td.buttons {
	padding-top: 10px;
	text-align: right;
}

.page_change p { margin: 0; padding: 0; }
.page_change { margin-bottom: 1em; margin-top: -2em; }

.product_price { margin-bottom: 1.5em; }
.product_price p { background: #111010; display: inline; padding: 4px !important; color: #fff; font-weight: bold; font-size: 120%; }

.special-price { margin-bottom: 1.5em; font-size: 120%;  font-weight: bold; color: #fff; }
.special-price span.original { background: #111010; display: inline-block; padding: 4px; color: #fff; text-decoration: line-through;  font-weight: bold; clear: both; margin-right: 15px; }
.special-price span.discounted { background: #c01c7d; display: inline; padding: 4px 10px; font-size: 120%; }


/*---------------------------------------------   
    FOOTER STYLES
----------------------------------------------*/
#footer {
	color: #7f8084;
	padding: 10px;
	line-height: 200%;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg-footer.gif) repeat-x top;
}


#footer a {
	color: #7f8084;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer img#logo-webfirm {
	margin: 10px;
}

.Subscribe {
	border: 1px solid #C0C0C0;
	height: 20px;
	background: #FFFFFF;
}

.Unsubscribe {
	border: 1px solid #C0C0C0;
	height: 20px;
	background: #BCBCBC;
}

div.tradings { padding:10px; background-color:#121714; margin:20px 10px 0 20px; position:relative; clear: both; display: block; }
div.tradings p.days { width: 100px; display: block; float: left; }
