<?php 
header("Content-type: text/css");
?>



body
{
margin:0px;
padding:0px;
font-family:"Trebuchet MS", sans-serif;
text-align:center;
background:url(/_img/bg.gif) 0px 0px repeat;
font-size:90%;
}


div#bodywrap
{
width:100%;
margin:0px auto;
text-align:center;/*
background:url(/_img/bg-shadow-846.gif) top center repeat-y;*/

}


div#wrapper
{
width:770px;
margin:0px auto;
text-align:left;
}









div#header
{display:none;
}







a:link, 
a:visited
{
color:#8E9F0F;
text-decoration:none;
border:0px;
}


a:hover
{
color:#bEcF2F;
text-decoration:none;
border-bottom:1px solid #bEcF2F;
}

















/* nav and nav li's */
div#nav
{
display:none;
}







#searchform
{
display:none;
float:right;
padding:2px;
_padding-top:1px;
}



.breadcrumb
{
clear:both;
margin:0px;
padding:0px;
font-size:90%;
}



.breadcrumb a:link,
.breadcrumb a:visited
{
color:#767150;
text-decoration:underline;
border:0px;
}

.breadcrumb a:hover
{
  color:#868160;
}









#sweetcats
{
display:none;
float:left;
width:174px;
margin-right:3px;
}






#contentwrap
{/*
position:relative;*/
width:770px;
}



#content
{
display:block;
}

#content table
{
border:1px solid #ccc;
}




#content hr
{
clear:both;
border:0px;
height:1px;
border-top:1px solid #dFdBc0;
}










#sidebar
{
display:none;
}


.sidebox
{
display:none;
}
















div#footer
{
display:block;
clear:both;
border-top:1px dashed #aaa;
}

#footer ul
{
list-style-type:none;
margin:0px;
padding:0px;
}

#footer ul li
{
display:inline;
margin:0px 5px;
}












.row
{
font-size:90%;
margin-bottom:10px;
clear:both;
display:block;
}
.label
{
float:left;
display:block;
width:30%;
margin-right:10px;
text-align:right;
font-weight:bold;
}
.field
{
display:block;
}








/* error and success */
.error
{
color:red;
}
.success
{
color:green;
}

.mini
{
font-size:90%;
}

.clear
{
clear:both;
}


.mini
{
  font-size:80%;
}










/* basket items */
/* in seidebar */

table#basket_items
{
font-size:90%;
border-top:2px solid #8F8B70;
border-right:2px solid #dCd9cD;
border-bottom:2px solid #dCd9cD;
border-left:2px solid #8F8B70;
width:100%;
overflow:hidden;
}

table#basket_items th
{
background:#9Fa27A;
background:url('/_img/nav-bg.gif') 0px 0px repeat-x;
color:#fff;
padding:2px;
text-align:left;
}

table#basket_items td
{
background:#AFB28A;
background:url('/_img/sidebar-fade-bg.jpg') 0px 0px repeat-x;
color:#333;
padding:2px;
font-size:85%;
}


table#basket_items td a:link, 
table#basket_items td a:visited
{
color:#333;
}

table#basket_items td a:hover
{
color:#111;
}

table#basket_items td a.no, 
table#basket_items td a.no:hover
{
border:0px;
}



td.price
{
text-align:right;
color:#a33;
}













/* products page - attributes table */
table#product_attributes
{
clear:both;
font-size:100%;
width:350px;
}

table#product_attributes th
{
padding:5px;
text-align:left;
}

table#product_attributes td
{
padding:5px;
}

table#product_attributes tr.price
{
font-weight:bold;
font-size:110%;
}

table#product_attributes tr.odd
{
background:#fafafa;
}

table#product_attributes tr.even
{
background:#f5f5f5;
}


table#product_attributes tr.total
{
background:#f4f4fa;
}
















/* over riders */
a:link img,
a:visited img,
a:hover img,
a:active img,
a.image:link img,
a.image:visited img,
a.image:hover img,
a.image:active img,
a.image:link,
a.image:visited,
a.image:hover,
a.image:active img
{
border:0px;
}












