
/* body
---------------------------------------- */
body {
  background: #000000 url(images/background.gif) top center repeat;
  color: #000000;
  font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

div {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

a {
	color: #ae2260;
	text-decoration: none;
}

a img {
  border: none;
}

i  {
  display: none;
}

form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.clear {
	clear:both;
}

.error {
	color: red;
}

.red {
	color: red;
}

.closed {
  display: none;
}

.open {
  display: block;
}

.strike {
	text-decoration: line-through;
}

h3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

input, select, textarea {
  font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.left {
  float: left;
}

.right {
  float: right;
}

.uppercase {
  display: inline;
  text-transform: uppercase;
}

.container {
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.row {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 3px 0px;
}
	
.input-space {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 2px 0px;
}

.input-space span {
  display: block;
  float: left;
  text-align: right;
  width: 110px;
}

.input-space input.text {
  width: 280px;
}

.input-space h4 {
  font-size: 13px;
}

.center {
	text-align: center;
}

.sale {
	color: #dc1682;
	font-weight: bold;
}

/* .header
-----------------------------------------*/

#header {
  background: url(images/logo.png) bottom left no-repeat;
  height: 75px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  width: 760px;
  color: #ffffff;
}

#shopping-cart-actions {
  float: right;
  position: relative;
  top: 15px;
  margin-right: 10px;
}

#shopping-cart-actions span {
	position: relative;
	bottom: 5px;
	left: 2px;
}

#search-area {
	float: right;
}

#search-area div
{
	position: relative;
	top: 10px;
	right: 100px;
}

#search-area input#go {
	position: relative;
	top: 5px;
}

#header ul {
  clear: right;
  float: right;
  margin: 40px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 12px;
}

#header li {
  display: inline;
  list-style-type: none;
}

#header li a {
  background: url(images/seperator.gif) center right no-repeat;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  text-decoration: none;
  color: #ffffff;
}

#header li a.last {
	background: none;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  text-decoration: none;
}

#header li a:hover {
	text-decoration: underline;
}

#brandbar {
  background: url(images/brand-bar.gif) top left no-repeat;
  margin: 10px auto 0px auto;
  padding: 0px 0px 0px 0px;
  height: 50px;
  width: 760px;
}

/* #content
---------------------------------------- */
#top {
  margin: 15px auto 0px auto;
  padding: 0px 0px 0px 0px;
	background-color: #dc1682;
	height: 5px;
	width: 760px;
	line-height: 5px;
	font-size: 5px;
}

#content {
	background: #d0cbc0 url(images/nav-background.png) top left repeat-y;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
 	width: 760px;
 	overflow: auto;
}

#content-white {
	background: #ffffff url(images/nav-background.png) top left repeat-y;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
 	width: 760px;
 	overflow: auto;
}

#sidebar {
	float: left;
	width: 174px;
}

#sidebar ul#top-level-nav {
	margin: 20px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul#top-level-nav li
{
	background: url(images/triangle.gif) top left no-repeat;
	list-style-type: none;
	padding: 0px 0px 10px 10px;
	font-size: 12px;
	font-weight: bold;
}

#sidebar ul#top-level-nav li a {
	text-decoration: none;
	color: #ffffff;
}

#sidebar ul#top-level-nav li ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#sidebar ul#top-level-nav li ul li
{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: none;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}

#body {
	float: left;
	width: 586px;
	overflow: hidden;
	background-color:#ffffff;
}

#bottom {
	background: url(images/main-bottom.png) top left no-repeat;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
	width: 760px;
	height: 20px
}

#interior-bottom {
	background: url(images/main-bottom-interior.png) top left no-repeat;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
	width: 760px;
	height: 20px
}

#main {
	padding: 10px 10px 10px 25px;
}

/* footer
--------------------------------------------*/

#footer {
	text-align: center;
	color: #abaaaa;
	margin: 15px 0px 15px 0px;
}

#footer a {
	color: #abaaaa;
  text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer div {
	margin-top: 5px;
}

/* index
--------------------------------------------*/
.cover-girl {
	width: 451px;
	height: 440px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	float:left;
	background-color: #ffffff;
}

#featured-products {
	float: left;
	width: 135px;
	background-color: #ffffff;
}

#top-onsale {
	padding: 12px 0px 0px 0px;
} 

.onsale {
	text-align: center;
} 

.onsale div {
	color: #dc1682;
	font-size: 15px;
	font-weight: 900;
}

.onsale p {
	color: #dc1682;
	font-size: 10px;
}

.welcome {
	border-right: 1px solid #ffffff;
background-color: #d0cbc0;
}

.welcome div.top {
	height: 5px;
	border-bottom: 1px solid #ffffff;
	background-color: #d0cbc0;
}

.welcome div.text {
	padding: 20px 20px 20px 20px;
	font-size: 12px;
}

.welcome div.text p {
	margin-top: 5px;
}

/* titles
-----------------------------------------*/

.page-title {
	width: 585px;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	float: left;
	overflow: hidden;
}

.page-title div.top {
	height: 4px;
	background-color: #b6b1a6;
	line-height: 4px;
	font-size: 4px;
}

.page-title div.main {
	background-color: #d0cbc0;
	height: 38px;
	border-top: 1px solid #ffffff;
}

.page-title div.bottom1 {
	background-color: #d0cbc0;
	height: 1px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	clear:both;
	line-height: 1px;
	font-size: 1px;
}

.page-title div.bottom2 {
	background-color: #b6b1a6;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border-top: 1px solid #d0cbc0;
}

.page-title div.breadcrumb {
	padding: 3px 0px 0px 15px;
}

.page-title div.title {
	float: right;
	height: 38px;
	padding: 0px 20px 0px 60px;
	background: #ffffff url(images/title-dots.gif) top left no-repeat;
}

 
.page-title div.title p {
	color: #a10047;
	font-size: 20px;	
	padding-top: 6px;
}


/* .products
-----------------------------------------*/

.product-listing {
	overflow: auto;
}

.product {
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
}

.product-spacer {
	background: url(images/horizontal-seperator.gif) top left no-repeat;
	height: 1px;
	clear: both;
	width: 538px;
	margin-top:15px;
	overflow: hidden;
}

.product-image {
	float: left;
	width: 80px;
	margin: 0px 20px 0px 15px;
}

.product-info {
	float: left;
	color: #64615c;
	width: 400px;
}

.product-info h3 a {
	font-size: 12px;
	font-weight: bold;
	color: #64615c;
}

.product-nav {
	margin: 10px 0px 0px 25px;
	overflow: auto;
	width: 425px;
}

/* .contact-us
--------------------------------------*/

.contact-us {
	margin: 0px 0px 0px 25px;
}

.contact-us p{
	margin: 0px 0px 10px 0px;
}

.contact-us table td.column-1 {
	width: 100px;
}

.contact-us table td.column-2 {
	height: 30px;
}

.contact-us table td.column-2 input {
	width: 300px
}

.contact-us table td.column-2 select {
	width: 300px
}

.contact-us table td.column-2 textarea {
	width: 300px;
	height: 100px;
}


/* .product-details
----------------------------------------------- */

#product-detail-title {
  padding: 0px 0px 0px 0px;
  font-size: 15px;
  font-weight: bold;
}

#product-detail-image {
  float: left;
  margin: 20px 10px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 246px;
	overflow: hidden;
}


#product-detail-description {
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 22px 0px 22px 0px;
  width: 285px;
}

#product-detail-description ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
}

#product-detail-description li {
  list-style-type: none;
}

#product-detail-description div.details {
	margin: 5px 0px 0px 10px;
}

#product-detail-description div.options {
	margin-top: 10px;
}

#product-detail-description div.options p {
	float: left;
	width: 55px;
	position: relative;
	top: 5px;
}

#product-detail-description div.options div {
	float: left;
	width: 200px;
}

#product-detail-description div.options select {
	width: 200px;
}


#product-detail-price {
	color: #dc1682;
	margin-top: 5px;
}

#product-detail-description input#quantity {
	width: 20px;
}

h3#combo-product-link {
	font-size: 12px;
}

/* .shopping-cart
-----------------------------------------*/

table.view-cart {
  border-bottom: 5px solid #cfcbc0;
  clear: both;
  width: 100%;
  margin: 10px 0px 0px 0px;
}

td.view-cart-products-top, td.view-cart-unit-price-top,
td.view-cart-quantity-top, td.view-cart-total-top {
  background-color: #cfcbc0;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
  padding: 5px 0px 5px 0px;
}

td.view-cart-products img.edit {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 20px;
}

td.view-cart-products img.remove {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 5px;
}

td.view-cart-products, td.view-cart-products-top {
  text-indent: 20px;
  width: 60%;
  padding: 5px 0px 5px 0px;
}

td.view-cart-unit-price, td.view-cart-unit-price-top {
  text-align: center;
  width: 15%;
}

td.view-cart-quantity, td.view-cart-quantity-top {
  text-align: center;
  width: 15%;
}

td.view-cart-total, td.view-cart-total-top {
  width: 10%;
}

p.order-subtotal {
  font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  margin: 20px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  text-align: right;
}

p.shipping-total {
  border-bottom: 1px solid #D5D5D5;
  clear: both;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

p.grand-total {
  font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  margin: 20px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  text-align: right;
  color: #dc1682;
}

input.submit-final {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 21px;
  width: 105px;
}

img.continue-shopping {
  margin: 20px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}

img.check-out {
  margin: 20px 0px 10px 0px;
  padding: 0px 0px 0px 5px;
}

.submit-information {
  margin: 0px 0px 0px 302px;
  padding: 0px 0px 0px 0px;
}

p.step2 {
  margin: 20px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}

p.step1, p.step3,
p.step4 {
  border-bottom: 5px solid #cfcbc0;
  clear: both;
  margin: 20px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}

/* .store
----------------------------------------- */

.subcats {
  list-style-type: none;
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
}


/* .search-results
-----------------------------------------*/

.search-results p {
	margin: 2px 0px 0px 0px;
}

.search-result-area {
	margin: 10px 0px 0px 15px;
}

.search-result-area .search-result-context {
	margin: 2px 0px 0px 15px;
}

/* company
----------------------------------------*/

#company p {
	margin: 7px 5px 7px 0px;
}

#company  h3 {
	font-size: 12px;
	font-weight: bold;
}

#company  ol {
	margin: 0px 5px 0px 20px;
}

#company  ol li {
	margin: 7px 0px 7px 0px;
}
