* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

body {
	background-color:#fcfdf3;
	background-image:url(../images/background-floral.gif);
	background-repeat:repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#011a44;
}

a:link, a:active, a:visited {
	color:#cd1010;
	text-decoration:none;
}	

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:20px;
	color:#011a44;
	margin-bottom: 15px;
	clear: both;
}

h2 {
	font-size:18px;
	color:#011a44;
	margin-bottom: 10px;
	clear: both;
}

p {
	margin-bottom: 10px;
}





#site {
	width:994px;
	margin: 0 auto;
}


#static {
	width:966px;
	float: left;
	padding: 5px 12px 12px 10px;
	border-left: 2px solid #011a43;
	border-right: 2px solid #011a43;
	border-bottom: 2px solid #011a43;
	background-color: #fcfdf3;
}





/*header css starts*/

#header {
	width:966px;
	background-image:url(../images/logo.gif);
	background-position:left;
	background-repeat: no-repeat;
	min-height: 183px;
	margin-bottom: 10px;
	font-size: 11px;
}

#header-links {
	width:650px;
	float: right;
	margin-top: 20px;
	margin-bottom: 35px;
}

.newsletter {
	width: 185px;
	float: left;
	background-image:url(../images/postcard.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 90px;
	margin-right: 20px;
}

.newsletter input.field {
	font-size:11px;
	color:#011a44;
	border:1px solid #cd1010;
	height:21px;
	line-height:25px;
	padding:0 4px;
	width:140px;
	margin-right: 5px;
}

.follow-us {
	width: 140px;
	float: left;
	margin-right: 25px;
}

.follow-us ul li {
	list-style-type: none;
	float: left;
}

.follow-us .first {
	margin-right:20px;
}

.follow-us img {
	border:0;
}

#cart {
	float: left;
	width: 100px;
	min-height: 102px;
	background-image: url(../images/60-lady.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 90px;
	margin-top: 5px;
}

#cart ul li {
	list-style-type: none;
	margin-bottom: 9px;
}

#cart a:link, #cart a:visited, #cart a:active {
	text-decoration:none;
	color: #cd1010;
}

#cart a:hover {
	color: #011a44;
}



/*naviagtion starts*/

#navigation {
	width: 830px;
	float: right;
	line-height: 26px;
	height: 26px;
}

#navigation ul li {
	list-style-type: none;
	float: left;
	margin-right: 20px;
	font-size: 14px;
	font-weight: bold;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	text-decoration:none;
	color: #cd1010;
}

#navigation a:hover {
	color: #011a44;
}

#search {
	float: right;
	width: 170px;
	color: #011a44;
}

input#searchbox {
	color:#011a44;
	border:1px solid #cd1010;
	padding-left:5px;
	width: 140px;
	height: 23px;
	background-color: #FFFFFF;
}

/*navigation line ends*/

/*header css ends*/



#content {
	width:966px;
	clear:both;
	float:left;
}



/*home page content begins*/

#main-image {
	float: left;
	width: 931px;
	height: 476px;
	background-image:url(../images/home-image.gif);
	background-repeat: no-repeat;
	padding: 10px 10px 9px 15px;
}

#featured {
	float: left;
	width: 725px;
	margin: 10px 5px;
}

#featured ul li {
	list-style-type: none;
	float: left;
	background-image:url(../images/listing-image.jpg);
	background-repeat: no-repeat;
	width: 171px;
	height: 361px;
	padding: 15px 30px 0px 29px;
	margin-right: 17px;
	font-size: 15px;
}

#featured .last {
	margin-right: 0;
}

#featured img {
	margin-bottom: 2px;
	border: 0;
}

#featured a:link, #featured a:visited, #featured a:active {
	text-decoration:none;
	color:#011a44;
}

#featured a:hover {
	color:#cd1010;
}

#home-text {
	float: right;
	width:225px;
	font-size: 13px;
	background-image: url(../images/vintage-label.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 90px;
	margin: 10px 0;
}
/*home page content ends*/




/*footer css begins*/

#footer {
	clear:both;
	float: left;
	width: 966px;
	padding: 5px 0;
	text-align: right;
}

#footer ul li {
	list-style-type: none;
	margin-left: 5px;
	display: inline;
	float: right;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration:none;
	color: #011a44;
}

#footer a:hover {
	color: #cd1010;
}

#copyright {
	width: 966px;
	float: left;
	text-align: right;
	font-size: 11px;
}

/*footer ends*/





/*feedback section*/

#feedback {
	float: left;
	width: 336px;
	height: 482px;
	background-image:url(../images/postcard-background.jpg);
	background-repeat: no-repeat;
	padding: 15px 415px 15px 15px;
}

#form {
	font-size:14px;
	float:left;
	font-weight: bold;
	text-align:right;
	margin-top: 100px;
	width: 336px;
}

#form table {
	border-collapse:collapse;
	
}

#form table td, #form table th {
	text-align:right;
	vertical-align:top;
	padding-bottom:10px;
	line-height:normal;
	font-size:12px;
}

#form table th {
	font-weight:bold;
	padding-right:6px;
}

#form table input {
	border:1px solid #011a44;
	height:15px;
	padding-top: 3px;
	width:250px;
	color: #011a44;
	font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#form table textarea {
	border:1px solid #011a44;
	height:70px;
	width:250px;
	color: #011a44;
	font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}



/*category and shop page css begins*/

#left {
	width:180px;
	float:left;
	margin-top: 10px;
	margin-right: 20px;
}

#left ul li {
	list-style-type:none;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom:4px;
}

#left a:link, #left a:visited, #left a:active {
	text-decoration:none;
	color: #cd1010;
}

#left a:hover {
	color: #011a44;
}


#right {
	width:766px;
	float:right;
	margin-top: 10px;
}

#category {
	float: left;
	width: 766px;
}


#category ul li,
.review_thumb {
	list-style-type: none;
	float: left;
	font-size: 14px;
	font-weight: bold;
	background-image:url(../images/listing-image.jpg);
	background-repeat: no-repeat;
	width: 171px;
	height: 361px;
	padding: 15px 30px 0px 29px;
	margin-right: 24px;
	margin-bottom: 20px;
}

.review_thumb {
	float: none;
	font-weight: normal;
}

.centered {
	text-align:center;
}

#category .last {
	margin-right: 0;
	border: 0;
}

#category img,
.review_thumb img {
	margin-bottom: 2px;
	/*width: 173px;
	height: 258px;*/
	border:0;
}

#category .options {
	width: 165px;
	height: 26px;
	margin-top: 5px;
	border: 0;
}

#category a:link, #category a:visited, #category a:active,
.review_thumb a:link, .review_thumb a:visited, .review_thumb a:active {
	text-decoration:none;
	color:#011a44;
}

#category a:hover,
.review_thumb a:hover {
	color:#cd1010;
}

/*category and shop page css ends*/






/*product detail page css starts*/


#product-main {
	float: left;
	width: 766px;
}

#product-images {
	width:340px;
	margin-right:25px;
	float:left;
}

#product {
	width:292px;
	height:480px;
	padding-left:42px;
	padding-top:22px;
	background-image: url(../images/product.jpg);
	background-repeat:no-repeat;
	margin-bottom: 10px;
}

#product img#zoom1 {
	border:0;
	width: 250px;
	height: 373px;
	margin-bottom: 10px;
}

.zoom {
	margin-left: 70px;
}

#alternate {
	float: left;
	background-image: url(../images/alternate-background.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	width: 312px;
	padding: 17px 0 0 22px;
}

#alternate ul li {
	list-style-type:none;
	float:left;
	margin-right:10px;
	margin-bottom: 10px;
}

#alternate .last {
	margin-right: 0;
}

#alternate img {
	border: 0;
	width: 90px;
	height: 134px;
}

#product-detail {
	float:left;
	width:400px;
}

#tab-box {
	background-image:url(../images/tabs-background.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 370px;
	padding: 15px 0 20px 20px;
	margin-bottom: 20px;
}

#tab_two, #tab_three, #tab_four {
	display:none;
}

#tabs ul {
	margin:0;
	padding:0;
	overflow:hidden;
}

#tabs ul li {
	list-style-type:none;
	float:left;
	font-size: 13px;
}


#tabs ul li a:link, #tabs ul li a:visited, #tabs ul li a:active {
	display:block;
	width:59px;
	padding:2px 4px;
	color:#cd1010;
	text-decoration: underline;
}

#tabs ul li a:hover, #tabs ul li a.active {
	background-color:#ffffff;
	color:#011a44;
	text-decoration:none;
}

#tabs ul li#tab-one a:link, #tabs ul li#tab-one a:visited, #tabs ul li#tab-one a:active {
	width:126px;
}

#tabs-info {
	clear:both;
	padding:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	width:327px;
	background-color: #FFFFFF;
}


#size {
	width:400px;
}

#product-detail select {
	color:#011a44;
	border:1px solid #011a44;
	font-size: 11px;
	padding:2px 0 2px 5px;
	width: 150px;
	margin: 15px 0;
}
 
.product-links {
	clear:both;
	float: left;
	margin-bottom: 15px;
}

.product-links ul li {
	list-style-type: none;
	margin-bottom: 4px;
	font-size: 13px;
}

#seenin {
	float: left;
	width:400px;
	margin-top: 59px;
}

#seenin ul li {
	list-style-type: none;
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
	background-image:url(../images/seen-in-background.jpg);
	background-repeat: no-repeat;
	width: 158px;
	padding: 12px 0 15px 20px;
}

#seenin img {
	border: 0;
	margin-bottom: 5px;
}


#seenin .last {
	margin-right: 0;
}

#suggestions {
	float:left;
	width: 100%;
	margin: 30px 0 20px 0;
}

#suggestions ul li {
	list-style-type:none;
	float:left;
	background-image:url(../images/listing-image.jpg);
	background-repeat: no-repeat;
	width: 171px;
	height: 361px;
	padding: 15px 30px 0px 29px;
	margin-right: 17px;
	font-size: 15px;
}

#suggestions .last {
	margin-right: 0;
}

#suggestions img {
	margin-bottom: 2px;
	border: 0;
}

#suggestions a:link, #suggestions a:visited, #suggestions a:active {
	text-decoration:none;
	color:#011a44;
}

#suggestions a:hover {
	color:#cd1010;
}

/*shop detail page ends*/



























#stock {
	width:250px;
}

#whole {
	width:350px;
	float:right;
	margin-right:15px
}

.tara {
	text-align:center;
	margin-top:20px;
}

#price {
	font-size:14px;
	font-weight:bold;
	margin-top:30px;
}


.about {
	background-image:url(/images/about.jpg);
}

.about #content {
	padding-top:20px;
}

.sizing {
	font-size:12px;
	margin-top:20px;
	border-collapse:collapse;
	
}

.sizing td, .sizing th {
	border:1px solid #e6e6e6;
	padding:5px;
		width:80px;
}

.sizing th {

	font-weight:bold;
	text-align:left;
}



/*wall gallery css starts*/

#gallery {
	clear:both;
	width:750px;
	height:580px;
	overflow:auto;
	margin-bottom:20px;
    position: relative;
}

#wall {
	height:550px;
	width:1431px;width:4197px;
	background-image:url(../images/wall.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#wall ul {
	margin:0;
	padding:0;
}

#wall ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
}

#wall ul li#photo-a01 {
	width:100px;
	height:134px;
	left:43px;
	top:303px;
}

#wall ul li#photo-a02 {
	width:52px;
	height:71px;
	left:199px;
	top:286px;
}

#wall ul li#photo-a03 {
	width:50px;
	height:40px;
	left:366px;
	top:191px;
}

#wall ul li#photo-a04 {
	width:116px;
	height:163px;
	left:312px;
	top:273px;
}

#wall ul li#photo-a05 {
	width:90px;
	height:69px;
	left:466px;
	top:128px;
}

#wall ul li#photo-a06 {
	width:59px;
	height:42px;
	left:614px;
	top:177px;
}

#wall ul li#photo-a07 {
	width:69px;
	height:86px;
	left:613px;
	top:286px;
}

#wall ul li#photo-a08 {
	width:86px;
	height:72px;
	left:797px;
	top:110px;
}

#wall ul li#photo-a09 {
	width:90px;
	height:109px;
	left:822px;
	top:403px;
}

#wall ul li#photo-a10 {
	width:96px;
	height:75px;
	left:976px;
	top:77px;
}

#wall ul li#photo-a11 {
	width:99px;
	height:135px;
	left:953px;
	top:222px;
}

#wall ul li#photo-a12 {
	width:89px;
	height:121px;
	left:1119px;
	top:155px;
}

#wall ul li#photo-a13 {
	width:78px;
	height:147px;
	left:1296px;
	top:97px;
}

#wall ul li#photo-a14 {
	width:78px;
	height:148px;
	left:1296px;
	top:290px;
}

#wall ul li#photo-b01 {
	width:100px;
	height:134px;
	left:1425px;
	top:303px;
}

#wall ul li#photo-b02 {
	width:52px;
	height:71px;
	left:1582px;
	top:286px;
}

#wall ul li#photo-b03 {
	width:50px;
	height:40px;
	left:1749px;
	top:191px;
}

#wall ul li#photo-b04 {
	width:116px;
	height:163px;
	left:1695px;
	top:273px;
}

#wall ul li#photo-b05 {
	width:90px;
	height:69px;
	left:1849px;
	top:128px;
}

#wall ul li#photo-b06 {
	width:59px;
	height:42px;
	left:1997px;
	top:177px;
}

#wall ul li#photo-b07 {
	width:69px;
	height:86px;
	left:1996px;
	top:286px;
}

#wall ul li#photo-b08 {
	width:86px;
	height:72px;
	left:2180px;
	top:110px;
}

#wall ul li#photo-b09 {
	width:90px;
	height:109px;
	left:2204px;
	top:403px;
}

#wall ul li#photo-b10 {
	width:96px;
	height:75px;
	left:2359px;
	top:77px;
}

#wall ul li#photo-b11 {
	width:99px;
	height:135px;
	left:2336px;
	top:222px;
}

#wall ul li#photo-b12 {
	width:89px;
	height:121px;
	left:2502px;
	top:155px;
}

#wall ul li#photo-b13 {
	width:78px;
	height:147px;
	left:2679px;
	top:97px;
}

#wall ul li#photo-b14 {
	width:78px;
	height:148px;
	left:2679px;
	top:290px;
}

#wall ul li#photo-c01 {
	width:100px;
	height:134px;
	left:2808px;
	top:303px;
}

#wall ul li#photo-c02 {
	width:52px;
	height:71px;
	left:2965px;
	top:286px;
}

#wall ul li#photo-c03 {
	width:50px;
	height:40px;
	left:3132px;
	top:191px;
}

#wall ul li#photo-c04 {
	width:116px;
	height:163px;
	left:3078px;
	top:273px;
}

#wall ul li#photo-c05 {
	width:90px;
	height:69px;
	left:3232px;
	top:128px;
}

#wall ul li#photo-c06 {
	width:59px;
	height:42px;
	left:3380px;
	top:177px;
}

#wall ul li#photo-c07 {
	width:69px;
	height:86px;
	left:3379px;
	top:286px;
}

#wall ul li#photo-c08 {
	width:86px;
	height:72px;
	left:3563px;
	top:110px;
}

#wall ul li#photo-c09 {
	width:90px;
	height:109px;
	left:3587px;
	top:403px;
}

#wall ul li#photo-c10 {
	width:96px;
	height:75px;
	left:3742px;
	top:77px;
}

#wall ul li#photo-c11 {
	width:99px;
	height:135px;
	left:3719px;
	top:222px;
}

#wall ul li#photo-c12 {
	width:89px;
	height:121px;
	left:3885px;
	top:155px;
}

#wall ul li#photo-c13 {
	width:78px;
	height:147px;
	left:4062px;
	top:97px;
}

#wall ul li#photo-c14 {
	width:78px;
	height:148px;
	left:4062px;
	top:290px;
}

#delivery-options .main {
	padding: 3px 0 3px 0;
}

#delivery-options .main-table {
	margin:10px 0 10px 0;
	width:100%;
}

#content .heading {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0;
}

#content .button {
	float: right;
	margin-bottom: 10px;
}

#delivery-options img {
	border: none;
}

#shoppingbag img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.bag-title {
	color:#000000;
	font-size: 12px;
	font-weight: bold;
}

#shoppingbag td {
	margin-bottom: 15px;
}

.bag-left {
	width: 300px;
	float: left;
	margin-right: 22px;
}

.bag-right {
	width: 300px;
	float: right;
	text-align: right;
}

.finaltotal {
	color: #000000;
}

#shoppingbag td{
	border-bottom: 1px solid #999999;
	padding-top: 10px;
}

.checkout-left {
	clear:both;
	float:left;
	margin-right:22px;
	padding:10px;
	width:330px;
	margin-bottom:10px;
}

.checkout-right {
	float:left;
	margin-right:17px;
	padding:10px;
	width:330px;
	margin-bottom:10px;
}

#delivery-options {
background-color: white;
	clear: both;
	float: left;
	width: 750px;
	border-color:#CD1010;
	border-style:solid;
	border-width:1px;
	margin-bottom:10px;
}

#payment-options {
background-color: white;
	clear: both;
	float: left;
	width: 750px;
	border-color:#CD1010;
	border-style:solid;
	border-width:1px;
	margin-bottom:10px;
}

#shoppingbag {
    border-collapse: collapse;
}

#shopping_cart_table a {
    color: black;
}

#shopping_cart_table .markProductOutOfStock {
    color: #DA5E9A;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 5px;
}

#shopping-box {
background-color: white;
    border-color: #CD1010;
    border-style: solid;
    border-width: 1px;
    clear: both;
    float: left;
    margin-bottom: 10px;
    padding: 10px;
    width: 730px;
}

#payment-column {
background-color: white;
border-color: #CD1010;
border-style: solid;
border-width: 1px ;
margin-bottom: 10px;
margin-top: 52px;
padding: 12px 12px 25px;
}


#discount-options {
    background-color: white;
	clear: both;
	float: left;
	width: 750px;
	border-color: #CD1010;
	border-style:solid;
	border-width:1px;
	margin-bottom:10px;
}

#pimage {
    float: left;
    width: 190px;
}

#pcontent {
    float: right;
    width: 570px;
}

input#mce-EMAIL {
background-color: white;
border: 1px solid #CD1010;
color: #011A44;
height: 23px;
padding-left: 5px;
width: 140px;
}

/*wall gallery css ends*/

