html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote,
a, abbr, acronym, address, big, cite, 
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html,body {
    height:100%;
}


html {
    
    font:12px/15px Georgia, garamond, sans-serif;
    color:#000;
}

body {
    background:transparent;
    background-repeat:repeat;
    background-position:top left;
    /*margin:0 0 30px;*/
    color:#444;
    
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
    font-size:0;
}

.hidden {
    display:none;
}

.inner {
    padding:20px;
}

a:link, a:visited, a:active {
    color:#C8578B;
    text-decoration:none;
    font-style:italic;
}

a:hover {
    color:#de91b5;
}

hr {
    height:1px;
    background:#ccc;
    border:0;
    clear:both;
}


p {
    line-height:1.6em;
    padding:6px 0;
    margin:0;
}

p.intro {
    font-weight: normal;
    line-height: 22px;
    font-size: 15px;
    color: #000;
}

#site-container {
    width:1004px;
    margin:0 auto;
    background:transparent;
    position:relative;
	overflow-x:hidden;
}


h1 {
    font-size:27px;
    line-height:35px;
    margin:0;
    padding:0 0 10px;
    color:#3a3b3c;
    font-weight:300;
    font-style:italic;
}

#category-heading {
    float:left;
    width:300px;
    padding:0;    
    
}

#header-container {
    background:url(/images/header-bg.png) no-repeat top left;
    width:980px;
    height:206px;
    position:relative;
    z-index:200;
}
#logo {
    position:absolute;
    left:-10px;
    top:0;
    width:483px;
    height:145px;
}

#cartsummary {
    
    width:444px;
    height:77px;
    background:url(/images/cart-summary-bg.png) no-repeat top left;
    position:absolute;
    right:5px;
    top:5px;
    font-size:120%;
    color:#000;
}

#totalitems {
    float:right;
    width:auto;    
    padding-top:5px;
}
#carttotal {
    float:right;
    width:auto;
    padding-top:5px;
}
#cartsummary span {
    float:right;
    width:15px;
    margin:0 0 0 5px;
    padding-top:5px;
    color:#9a9a9a;
}
#cartsummary a {
    display:block;
    float:right;
    width:100px;
    margin-top:-5px;
    margin-left:10px;
    margin-right:10px;
}

#cart-left {
float:left;
width:516px;
margin-right:30px;

}
#cart-right {
    width:182px;
    float:left;    
}
#cart-right .inner {
    padding:10px;
}
#cart-right h2 {
    font-size:18px;
    font-family:georgia;
    font-style:italic;
    font-weight:300;
    color:#303030;
    border-bottom:1px dotted #92918f;
    padding:0 0 10px;
    margin-bottom:10px;
}
#others-bought,#faq {
    background:#f3f2ee;
    width:100%;    
    margin-bottom:10px;
}
#faq ul {
    margin:0;
    padding:10px;
}
#faq ul li {
    margin:3px 0;
}
#faq ul li .answer {
	margin:5px 0;
}

#navigation-container {
    width:901px;
    position:absolute;
    top:150px;
}

#navigation {
    padding:0 0 0 75px;
}

#navigation a {
    display:block;
    width:auto;
    padding:0 10px 0 0;
    float:left;
    color:#366e92;
    font-size:14px;
}

#navigation span {
    display:block;
    width:10px;
    color:#ccc;
    float:left;
}

#menu {
    position:absolute;
    width:193px;
    left:-20px;
    z-index:300;
    top:170px;
}

#menu .top {
    
    background:url(/images/menutop.png) no-repeat top left;
    height:78px;
}

#menu .content {
    background:url(/images/menubg.gif) repeat-y;
    font-size:14px;
    position:relative;
    
}

#menu .content .item, #menu .content .itemon {
    width:135px;
    padding:5px 0;
    margin:0 0 0 30px;
    border-bottom:1px dotted #bbb;
    
}

#menu .content a {
    color:#366e92;
}

#menu .bottom {
    background:url(/images/menubottom.png) no-repeat top left;
    width:185px;
    height:72px;
}

#content-container, #cart-content-container {
    width:901px;
    margin:0 auto;
    position:relative;
    top:-40px;
    z-index:100;
    background:#fff;
}

#content {
    padding:40px 10px 40px 0;
    margin-left:140px;    
    width:730px;
    
}
/*#cart-content-container #content {
    padding-left:140px;
}
*/
#searchbar,#cartsearchbar {
    width:745px;
    height:47px;
    background:url(/images/search-bg.gif) no-repeat top left;
    margin-bottom:10px;
}

#cartsearchbar {
    width:716px;
    background:url(/images/cart-search-bg.gif) no-repeat top left;
}

#searchbar .inner , #cartsearchbar .inner {
    padding:10px 30px;
}

#searchbox-container {
    float:left;
    width:210px;
    margin-right:10px;
    position:relative;
    border:1px solid #d1d0cb;
    background:#fff;
}
#submitbtn {
    position:absolute;
    left:190px;
    top:7px;
}

#searchbox {
    width:177px;
    height:25px;
    background:transparent;        
    padding:0 0 0 10px;
    margin:0;
    border:0
}

#main-content-panel {
    float:left;
    width:576px;
    position:relative;
    margin-right:8px;
    
}

#main-content-panel-wide {
    width:740px;
    
}

#side-panel {
    float:left;
    width:142px;    
    position:relative;
    
}
/*facebook button causes h-scroll*/
#side-panel * {
    overflow:hidden;
}

.paneltype3 {
width:245px;
height:496px;
position:absolute;
background-image:url(/images/paneltype3.png);
background-repeat:no-repeat;
background-position:top left;
z-index:1000;
left:0;
}
.paneltype3 .content {
width:160px;
height:430px;
overflow:hidden;
margin:45px 0 0 40px;
}

#newsletterlink {
width:160px;
height:48px;
background-image:url(/images/newsletter.png);
background-repeat:no-repeat;
}

#bloglink {
width:160px;
height:48px;
background-image:url(/images/blog.png);
background-repeat:no-repeat;
margin-top:0px;
}

#twitterlink {
width:160px;
height:48px;
background-image:url(/images/twitter.png);
background-repeat:no-repeat;
margin-top:0px;
}

#youtubelink {
width:160px;
height:48px;
background-image:url(/images/youtube.png);
background-repeat:no-repeat;
margin-top:0px;
}

#facebooklink {
width:160px;
height:48px;
background-image:url(/images/facebook.png);
background-repeat:no-repeat;
margin-top:0px;
}

.latestheadline {
margin:0px;
padding:2px 0px 3px 0px;
}

#latestheadline-content {
width:155px;
padding:8px 0px 0px 12px;
}

#footer-container {
    background:transparent url(/images/footer.png) bottom no-repeat;
    width:901px;
    margin:0 auto;
    height:118px;
    top:-40px;
    position:relative;
}

#footer {
    text-align:center;
    padding:30px 0;
}


.feature {
color:#67A4CB;
font-size:12px;
}


.shortfeature {
width:279px;
float:left;
padding-bottom:15px;
}

.shortfeature .strip, .longfeature .strip  {
height:42px;
line-height:42px;
background-image:url(/images/shortfeaturestrip-new.png);
background-repeat:no-repeat;
background-position:top left;
padding-left:25px;
color:#FFFFFF;
font-style:italic;
text-transform:lowercase;
font-size:18px;
}

.fulllengthfeature {
    width:717px;
    height:52px;
    background:url(/images/full-length-strip.png);
}
.fulllengthfeature .headline {
    color:#fff;
    font-size:16px;
    padding:15px 0 0 20px;
    width:600px;
    
}
.fulllengthfeature .date {
    float:right;
    width:150px;
    padding:15px;
    color:#000;
    font-size:14px;
    text-align:right;
}

.shortfeature .hcontent {
padding:10px 15px 0 5px;
}

.shortfeature .hcontent .image {
height:150px;
background-color:#EEE;
}

.shortfeature .vcontent .image {
width:132px;
height:132px;
background-color:#eee;
margin-top:13px;
float:left;
overflow:hidden;
}

.shortfeature .hcontent .text {
padding-top:10px;
}

.shortfeature .vcontent .text {
width:130px;
float:left;
margin:13px 0 0 13px;
}


.longfeature {
width:100%;
margin-bottom:10px;
clear:left;

}

.longfeature .strip {
height:51px;
background-image:url(/images/longfeaturestrip-new.png);
}

.longfeature .content {
padding:5px;
}

.longfeature .item {
    float:left;
    margin-right:12px;
    width:125px;
    text-align:center;
}
.longfeature .item.last {
    margin:0;
}

.longfeature .item .image {
    padding-bottom:5px;
}

.longfeature .item img {
}

.longfeature .item .label {
    padding-top:3px;
    height:60px;
    font-size:120%;
}

/*category page*/
.category-item {
    float:left;
    width:140px;
    margin:0 10px 10px 0;
    text-align:center;
}
.category-item a {
    display:block;
    font-size:140% !important;
    
}

hr.dotted {
    width:100%;
    background:none;
    border-bottom:1px dotted #ccc;
    height:1px;
    clear:both;
    
}

#crumbs {
    width:auto;
    float:right;
    text-align:right;
}
#cart-content-container #crumbs {
    margin-right:10px;
}

#crumbs .content {
    padding:0;
}

#crumbs .content * {
    float:left;
    line-height:35px;
    color:#3a3b3c;
    padding:0 1px;
    
}

#crumbs .content a:hover {
    color:#C8578B;
}

.productthumb {
float:left;
width:125px;
padding:5px 20px 25px 0;
text-align:center;
}

.productthumb .image {
width:125px;
height:135px;
background-color:#fff;
}

.productthumb .name {
margin-top:3px;
font-size:110%;
height:46px;
overflow:hidden;
}

.productthumb .price {
font-size:110%;
padding-top:5px;
font-weight:300;
}

.productthumb .buynow {
height:34px;
margin-top:10px;
}

.sort-select-container {
    float:right;
    width:174px;
    height:27px;
    margin-right:10px;
}

.pagination-container {
    float:right;
    width:auto;
    padding-top:5px;
}

.pagination {
text-align:right;
font-size:120%;
}

.pagination * {
margin-left:5px;
margin-right:5px;
font-style:normal;
}
.pagination a {
    color:#366e92;
}

.pagination .disabled {
color:#aaa;
}

.pagination .current {
font-weight:700;
color:#000;
text-decoration:underline;
}

/* product page */
#product-content {
    width:415px;
    float:left;
    padding:20px 0;
    
}
#product-content h1 {
    color:#c84c86;
    width:270px;
    font-size:26px;
    font-weight:300;
    float:left;
}

#cart-bar {
    background:#eeece7;
    width:414px;
    height:50px;
    clear:both;
    color:#000;
    margin:20px 0 0 0;
}

#cart-bar .inner {
    padding:5px;
}
#product-price {
    
    padding:10px 10px 0 10px;
    font-size:20px;
	line-height:22px;
    font-style:italic;
    width:auto;
    float:left;
	display:inline;
	
}


#quantity-container {
    float:left;
    width:120px;
    margin-top:5px;
	display:inline;
	
}

#quantity-label {
	float:left;
	width:50px;
	margin-right:20px;
	padding-top:10px;
}
#input-container {
	width:40px;
	float:left;
	
}
.qtyinput {
    width:40px;
    height:20px;
    border:1px solid #bfbdb9;
    text-align:center;
	padding:5px;
}

#gallery {
float:left;
width:260px;
margin-right:60px;
margin-top:20px;
}

#gallery ul {
height:390px;
}

#gallery div.large {
padding-bottom:10px; background-image:url(/_ps/images/ajaxworking.gif);
background-repeat:no-repeat;
background-position:center;
text-align:center;
}

#gallery div.large img {
/*width:250px;
height:250px;*/
}

#gallery div.small {
float:left;
margin:0px 2px 2px 0px;
cursor:pointer;
border:1px solid #D9D9D9;
padding:3px;
}

#gallerynav {
clear:both;
float:right;
margin:15px;
}

#gallerynav .item, #gallerynav .itemon {
float:left;
width:22px;
height:26px;
line-height:23px;
text-align:center;
margin-left:3px;
background-color:#C8E4FA;
color:#437898;
font-size:13px;
cursor:pointer;
}

#gallerynav .itemon {
background-color:#A2D4F7;
font-weight:bold;
color:#417393;
}

#options-table {
    float:left;
    width:400px;
}
#options-table td {
    padding:5px 0;
    border-bottom:1px solid #dad9d6;
}
#options-table th {
    color:#686868;
    font-weight:300;
    text-align:left;
    font-size:10px;
    border-bottom:1px solid #dad9d6;
    padding:0 0 5px;
}


.steps {
    width:728px;
    height:38px;
    background:url(/images/step1-bg.gif) no-repeat top left;
    color:#749aaf;
}
.steps.step2 {
    background-image:url(/images/step2-bg.gif);
}
.steps.step3 {
    background-image:url(/images/step3-bg.gif);
}

.steps.step4 {
    background-image:url(/images/step4-bg.gif);
}

.steps .step-item {
    float:left;
    width:180px;
    padding:0;
    font-size:110%;
}
.steps .step-item.active {
    color:#000;
}
.steps .step-item .inner {
    padding:10px 15px;
}

/* SLIMBOX*/

#lbOverlay {
    
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
    
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(/images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {

    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(/images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(/images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
    
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(/images/slimbox/closelabel.gif) no-repeat center;
    margin: 5px 0;
    
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}


.grid {
width:100%;
margin-top:10px;
}

.grid th {
    border-bottom:1px dotted #bbb;
    padding:4px;
    line-height:20px;
    font-size:12px;
    background-color:#DFEFFC;
    font-weight:normal;
}

.grid div.thumb {
    float:left;
    border:1px solid #D9D9D9;
    padding:3px;
}

.grid div.thumb img {
    width:75px;
    height:75px;
}

.grid td {
border-bottom:1px dotted #bbb;
padding:4px;
vertical-align:top;
}

.grid tr.footer td {
border-bottom:0;
text-align:right;
font-size:12px;
font-style:italic;
font-weight:bold;
background-color:#DFEFFC;
}



div.datagrid {
clear:left;
margin-top:30px;
border:1px solid #D9D9D9;
padding-bottom:10px;
}

div.datagrid h2 {
color:#C8578B;
font-weight:normal;
font-style:italic;
padding:5px 20px 5px 20px;
border-bottom:1px dotted #BBBBBB;
margin:0 0 10px;
}

table.datagrid td {
padding:4px 0px 0px 0px;
}

table.datagrid td.label {
font-weight:bold;
padding:12px 20px 0px 20px;
vertical-align:top;
}

input.input, table.datagrid .input, table.datagrid .errorinput {
background-color:#FFFFFF;
border:1px solid #CCCCCC;
font-size:14px;
line-height:20px;
color:#555555;
width:200px;
padding:2px;
}

.errorinput, table.datagrid .errorinput {
color:#C8578B;
border:1px solid #F098C4;
background-color:#F9ECF2;
}


div.error {
font-size:10px;
font-weight:bold;
color:#C8578B;
padding:10px;
border:1px solid #F098C4;
background-color:#F9ECF2;
margin:10px 0;
}

div.info {
color:#3C5893;
font-weight:bold;
line-height:20px;
padding:5px 10px 5px 25px;
background-image:url(/images/info.gif);
background-repeat:no-repeat;
background-position:5px 7px;
border:1px solid #B8CDE6;
background-color:#E3EAF3;
margin:5px 0 10px;
}

/*styled select plugin*/

.select-container {
    float:left;
    width:174px;
    margin-right:10px;
}

.styledSelect {
    width: 174px;
    font-size: 12px;
    height: 27px;
    margin: 0;
    padding: 0;
    background: transparent url(/images/select-bg.gif) top left no-repeat;
    position:relative;
}

.styledSelect ul  {
    list-style: none;
    padding: 1px;
    margin: 0;
    width: 172px;
    color:#000;
    text-align:left;
    overflow:auto;
    position:absolute;
    z-index:8000;
    left:0;
}

.styledSelect.open ul  {
    border: 1px solid #d1d0cb;
    padding: 0;
    color:#000;
    height:0;
    overflow:auto;    
}

.styledSelect.open > ul  {
    height:auto;
}

.styledSelect ul li {
    
    margin: 0;
    padding: 4px 25px 3px 10px;
    display: block;
    text-align:left;
    width:137px;
    
}

.styledSelect.thin ul li {
    padding-top:3px;
}

.styledSelect.open ul li { background-color: #FFF; }
.styledSelect.open ul li.selected  { background-color: #DCEDF6; color:#fff}
.styledSelect.open ul li:hover { background-color: #DCEDF6; color:#fff}

.others-bought-item {
    float:left;
    width:75px;
    margin:0 10px 10px 0;
    text-align:center;
}

.tbl td {
    padding:4px;
    vertical-align:middle;
}
