﻿html 
{
	background: #ccd3b2;
    color: #545454;
    font: 13px/1.6 "Helvetica Neue", Arial, sans-serif;
}

body 
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

a {
	text-decoration: none;
	/* color: #6c4459; */
	color: #4ea5bc;
	padding: 0 5px 0 0;
}

a:hover {
	text-decoration: underline;
}


#Header ul
{
    list-style-type: none;
    padding: 0 0 0 0;
}        

h1
{
    color: #DBD2AE;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

h2
{
    color: #e44a7e;
    font-size: 1.8em;
    font-family: Arial;
    font-weight:normal;
}

h3
{
    font-size: 1em;
    color: #876464;
    font-family: Arial;
    font-weight:normal;
    padding: 0 0 0 0;
    margin: 0 0 0 0;       
}

img
{
    border-style: none;
}

hr
{
	border: none;
	border-bottom: 2px solid #e44a7e;
}    

#Header {
	width: 100%;
	height: 130px;
	margin: 5px 0 0 0;
	background: #f8f2e4;
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3);


}

#Header h1 a {
	/* font: 48px Times; */
	font: 16px Times;
	color: #f8f2e4;
	background: url("images/ms/Martha-Stewart-Logo.png") 0 10px no-repeat;
	width: 248px;
	height: 100px;
	margin: 0 0 0 0;
	display: block;
}

#Header ul 
{
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	line-height: 40px;
}

#Header li {
	float: left;
    margin: 10px 5px 0 0;
	width: 148px;
	height: 40px;
	background-image: url("/PinkButton2.png");
	background-repeat: no-repeat;
    text-align: center;

}

#Header li#shopping-cart
{
	background-image: url("/BlueButton.png");
}

#Header ul li a {
  font-size: 15px;	
  color: White;
  font-weight: bold;
  text-align: center;
  display: block;
  height: 40px;
  width: 148px;
  
  
}

#HeaderContent 
{
    width: 960px;
    height: 100px;
    margin: 0px auto;
	background: url("/images/ms/Flat-Rate-Shipping-Martha-Stewart-Crafts.png") 0 0 no-repeat;
	background-position: top right
}

#HeaderLeft
{
    float: left;
    width: 850px;
}

#HeaderRight
{   
    width: 100px;
    float: right;
}

#MainBody
{
    width: 960px;
    background: white;
    margin: 0px auto;
    overflow: hidden;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;



}    

#Breadcrumbs
{
    width: 960px;
    padding: 25px 0 5px 0;
    height: 25px;
    margin: 0 auto;
}       

#Breadcrumbs a
{
    color: #4ea5bc;
}

#Breadcrumbs ul
{
    list-style-type: none;
    text-align: left;
    padding: 0;
    margin: 0;
    
}

#Breadcrumbs ul li
{
    display: inline;
    padding: 0;
    margin: 0;
}

#Left
{
    width: 230px;
    padding: 0px 0px 0px 10px;
    margin-right: 0px;
    margin-top: 5px;
    float: left;
}

#Left ul
{
    list-style-type: none;
    padding: 0 0 0 0;
}

#Left ul li
{
    margin: 5px 0 0 0;
}

#Left ul li a
{
    color: #a77271;
    font-size: 1.2em;
    font-weight: bold;    
}

#Left ul ul
{
    margin: 0 0 0 20px;
}

#Left ul ul li
{
    margin: 5px 0 0 0;   
}
   
#Left ul ul li a
{
    color: #898989;
    font-size: 0.9em;
}
    

#Content
{
    width: 680px;
    float: left;
    margin: 5px 10px 5px 10px;
    padding-left: 10px;
    border-left: 2px dotted #ccd3b2;
}   

#productsList ul 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul#productsList li {
	overflow: hidden;
	width: 100%;
	margin: 0;
	float: left;
}

#productsList li.topfix {
	height: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#productsList li.last {
	margin: 0;
}

#productsList ul li {
	width: 201px;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
	text-align: center;
}

#productsList li a 
{                   
	padding: 10px;
	display: block;
}

#productsList li a:hover {
	background: #ddd;
	text-decoration: none;
}

#productsList li a img {
	border: 5px solid #fff;
	margin: 0 0 5px;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	
}

#productsList li a span {
	display: block;
}

#productsList .itemPrice {
    color: #545454;
}

#productsList .itemSale
{
    font-weight: bold;
    color: #D50005;
    font-size: 14px;
}

#productsList .itemBulk
{
    font-weight: bold;
    color: #545454;
}

#productsList .itemSaleOld {
    color: #545454;
}

.pagination
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e1e1e1;
    padding-bottom: 3px;
}

.pagination p
{
    font-size: 0.8em;
    display: inline;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.menu
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: inline;
    height: 10px;
}

.menu ul
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: inline;
        
}

.menu li
{
    font-size: 0.8em;
    display: inline;
    border-right-style: solid;
    border-right-width: 1px;
    padding-right: 5px;
}

.menu li a
{
    color: #4ea5bc;
}
 
 
.pagenumbers
{
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 0 0px;
    text-align: right;
    width: 480px;
}

.pagenumbers li
{
    font-size: 0.8em;
    display: inline;
    border-left-style: solid;
    border-left-width: 1px;
    padding-left: 5px;
}
    
.pagenumbers li a
{
    color: #4ea5bc;
}

#productsList .call2Action {
	display: none;
}

#gallery {
	width: 405px;
	margin: 0 20px 0 0;
    float: left;
}

#footer
{
    text-align: center;
    width: 960px;
}

#footer li
{
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    font-size: 10px;
}

#MainContent_imgMain,
#ctl00_MainContent_imgMain,
#imgMain {
	width: 385px;
	padding: 10px;
	display: block;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#aaaaaa')";
	/* For IE 5.5 - 7 */
	cursor: url("/zoom_cursor.png"), -moz-zoom-in;
}

#gallery .thumb {
	width: 120px;
	padding: 5px;
	margin: 0 0 10px;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	
}

#AddCart
{
    background: #f8f2e4;
    width: 180px;
    float: right;       
    text-align: left;
    padding: 0 10px 10px 10px;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	
} 

#Description
{
    clear: both;
}

dl dt 
{
    width: 80px;
    font-weight: bold;  
    float: left;
    margin-top: 10px;
    padding: 0 0 0 0;
}

dl dd
{
    float: left;
    width: 50px;
    margin-top: 10px;
    font-weight: bold;
}       

#ctl00_MainContent_txtCartQty
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;    
}
   

#ctl00_MainContent_btnAddCart,
#btnAddCart,
#ctl00_MainContent_btnSend,
#btnSend,
#ctl00_MainContent_btnSendSale,
#btnSendSale,
#ctl00_MainContent_btnCommit,
#btnCommit {
	display: block;
	margin: 10px 0 15px;
	padding: 0 0 1px;
	width: 148px;
	height: 40px;
	background: url("/PinkButton2.png") 0 0 no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
}

#ctl00_MainContent_btnAddCar
{
    margin-left: 15px;
}

#ctl00_btnSearch,
#ctl00_MainContent_btnUpdate,
#ctl00_MainContent_btnCheckout,
#ctl00_MainContent_btnCoupon,
#btnCheckout
{
	margin: 10px 0px 15px 0px;
	padding: 0 0 1px;
	width: 74px;
	height: 20px;
	background: url("/PinkButtonSmall.png") 0 0 no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
}

#ctl00_MainContent_btnContinue,
#btnContinue
{
	margin: 10px 15px 15px 15px;
	padding: 0 0 1px;
	width: 120px;
	height: 20px;
	background: url("/PinkButtonSmallWide.png") 0 0 no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;    
}

#ctl00_txtSearch
{
    width: 130px;
    height: 15px;
    padding: 0 0 0 0;
    margin: 0 5px 0 0;
}


#Checkout table {
	width: 100%;
    border-spacing: 0px;    
}

#Checkout .total,
#Checkout .shipping {
	text-align: right;
}

#btnUpdate,
.Remove {
	border: none;
	background: none;
	color: #e44a7e;
	cursor: pointer;
	margin: 0 20px 0 0;
	font-weight: bold;
}


table #Total,
.total,
.TotalValue,
.CouponValue,
.ShippingValue {
	text-align: right;
}

#Checkout table #Remove {
	visibility: hidden;
	padding: 0 0 0 40px;
}
.Remove {
	margin: 0 0 0 20px;
}

.Qty {
	width: 25px;
}

.TotalValue {
	font-weight: bold;
}

#CartButtons {
	border-top: 1px solid #e44a7e;
	text-align: center;
}

#Checkout thead {
	border-bottom: 2px solid #c8aa80;
}

#Checkout th {
	font-weight: bold;
	padding: 5px 0;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
}

#Checkout td {
	padding: 5px 0 0 0;
}

#Payment input {
	margin: 0 10px 0 0;
}

#ShippingMethod input {
	margin: 0 10px 0 0;
}

#Coupon {
	margin: 1.6em 0 0 0;
}

#contactForm ul li {
	list-style: none;
	margin: 0 0 1.6em;
}

#contactForm {
	padding: 20px;
	margin: 10px 0;
	border-top: 2px solid #6C4459;
	border-bottom: 2px solid #6C4459;
}

#contactForm label {
	font-weight: bold;
	width: 60px;
	float: left;
	padding: 0 15px 0 0;
	text-align: right;
	color: #333;
}

#contactForm label.Long {
	font-weight: bold;
	width: 200px;
	float: left;
	padding: 0 15px 0 0;
	text-align: left;
	color: #333;
}


/* tabs */
#tabs ul.clearfix a
{
	color: #876464;	
}

#tabs h3
{
    font-size: 1em;
    font-weight: bold;
	color: #e44a7e;	
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.ui-tabs-nav {
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: 1px solid #e1e1e1;
}

#contentInner ul.ui-tabs-nav li {
	float: left;
	margin: 0 20px 0 0;
	font-size: 14px;
	list-style: none;
}

.ui-tabs-selected {
	font-weight: bold;
}

.ui-tabs-selected a {
	outline: none;
}

.ui-tabs-hide {
	display: none;
}

#tabs h2 {
	color: #a77271;
	font-size: 18px;
}


Input.Half
{
	width: 100px;
}

Input.Small
{
	width: 40px;
}

Input.Full
{
	width: 200px;
}

Select.Full
{
	width: 200px;
}

Select.Half
{
	width: 100px;
}

Textarea.Full
{
	width: 200px;
}

#OtherSites
{
    text-align: center;
    margin-top: 15px;
}

#OtherSites p
{
    margin: 15px, 0, 0, 0;
    padding: 0;
    font-size: small;
    font-weight: bold;
}

#WebStore
{
    background-color: #014891;
    text-align: center;
    padding: 5px 0 0 0;
    margin: 0;   
}
