/*

	Shoppit css customisation

*/

*
{
padding: 0em;
margin: 0em;
}

html
{
height:100%;
width:100%;
}

#advert
{
   width:100%;
   height: 20px;
padding-top:2px;
   color:#fff;
   background-color:#c00;
   margin-bottom:5px;
font-size:9pt;
}
#advert a
{ color:#fff; }

#removeadvert
{
position:relative;
top:-15px;
left:-3px;
float:right;
}

body
{
/* set page background here.. */
/* background: #000000 url('images/bg1.jpg'); */
/* set body margins here - so we can move content away from top and bottom edges*/
background:#EEEEEE;
}

/*  always restirct yourself to defining font in one place*/

body,input
{
font-size: 10pt;
font-family: Verdana, Arial, sans-serif;
color: #333333;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

a
{
color:#333333;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

.contentarea
{
padding-top: 1.3em;
}


#outer
{
z-index: 2;
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 947px;
background-color: #fff;
margin:0px auto;
}

#header
{
position: relative;
width: 947px;
height: 180px;
/* this is usually the big main page header graphic */
background: #2B2B2B url('images/myheader_new.png') no-repeat;
margin-bottom: 8px;
margin-top:1px;
overflow:hidden;
}

#headercontent
{
width:947px;
text-align:left;
padding: 0px;
certical-align:center;

}

/* the all important product search css */

#search
{
height:40px;
width:300px;
position:relative;
top:-32px;
}

#search input.text
{
margin-right: 0.5em;
vertical-align: middle;
padding: 0.15em;
width: 140px;
font-size:10px;
}

#search input.submit
{
border: none;
background: url(images/searchbutton.png) center no-repeat;
height:19px;
width:19px;
}

/*  end of search css */


#menu
{
/*position: relative;*/
/* could set a nice menu bg here */
background-image: url('images/nav_back.gif');
margin-left:auto;
margin-right:auto;
margin-bottom: 7px;
height: 25px;
}
#menu a
{
text-decoration:none;
display:block;
height: 48px;
}
.nav_home
{
margin-left:auto;
margin-right:auto;

width:135px;
background: url(images/nav_home.gif) no-repeat;
}


.nav_newproducts
{
margin-left:auto;
margin-right:auto;
width:174px;
background: url(images/nav_new.gif) no-repeat;
}


.nav_specials
{
margin-left:auto;
margin-right:auto;
width:140px;
background: url(images/nav_specials.gif) no-repeat;
}


.nav_contact
{
margin-left:auto;
margin-right:auto;
width:143px;
background: url(images/nav_contact.gif) no-repeat;
}


.nav_mybasket
{
margin-left:auto;
margin-right:auto;
width:155px;
background: url(images/nav_basket.gif) no-repeat;
}


#menubottom
{
background: #fff url('images/border1.gif') repeat-x;
height: 14px;
margin-bottom: 1.5em;
}

#content
{
/*padding: 0em 2.0em 0em 2.0em;*/
}

#leftcolumn
{
float: left;
width: 206px;
}


#primarycontainer
{
float: left;
width:720px;
margin-left:5px;
}

#primarycontent
{
/*margin: 1.5em 22.0em 0em 0em;*/
}

#prodcontainer
{
width:100%;
}

.relatedproduct
{
position:relative;
padding:0px;
margin:0px;
width:350px;
height:150px;
float:left;
margin-bottom:6px;
margin-left:0px;
margin-right:0px;
}

.product
{
position:relative;
padding:0px;
margin:0px;
width:240px;
height:150px;
float:left;
margin-bottom:6px;
margin-left:0px;
margin-right:0px;
}

.product a
{
color:#880000;
}
.productimg
{
position:absolute;
top:32px;
left:15px;
border: solid 1px #CCCCCC;
width:105px;
}
.productname
{
position:absolute;
top:10px;
left:15px;
font-size:13px;
text-decoration:none;
font-weight:bold;
}
.productstars
{
position:absolute;
top:40px;
left:140px;
}
.productprice
{
position:absolute;
top:60px;
left:140px;
font-size:14px;
font-weight:bold;
color:#000;
}

.addtobasket
{
position:absolute;
top:90px;
left:140px;
width:76px;
height:18px;
background: url(images/add_to_cart.gif) no-repeat;
display:block;
text-decoration:none;
}

.productdetails
{
position:absolute;
top:110px;
left:140px;
width:76px;
height:18px;
background: url(images/details.gif) no-repeat;
display:block;
text-decoration:none;
}

#basketinfo
{
width:206px;
height:59px;
background: url(images/basket_info.png) no-repeat;
margin-top:4px;
padding-top:14px;
padding-left:12px;
color:#000;
font-size:11px;
font-weight:bold;
}

#basketinfo a
{
position:relative;
top:-1.0em;
color:#fff;
text-decoration:none;
}
#basketinfo a:hover
{
text-decoration:underline;
}


/* rounded corner div that is fluid to grow */
/* Simply create the four corner images tl.gif tr.gif bl.gif br.gif and set the div bg colour */
.roundcont {
	width: 100%;
	background-color: #EEEEEE;
	color: #000;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
/* end of rounded corner div */

/* Optional banner advert */
#pagebanner
{
width:535px;
height:129px;
background: url(images/banner1.jpg) no-repeat;
}
/* */

/* Category stuff */
.categoryhead
{
color:#b81306;
font-weight:bold;
line-height:20px;
}
/* styling for the category ul */
.categorylinks
{
margin: 0; padding: 0; list-style-type: none; 
margin-top:6px;
}
.categorylinks li
{
width:206px;
height:23px;
background: url(images/category_bg.gif) no-repeat;
}
.categorylinks a
{
padding-left:35px;
line-height:20px;
text-decoration:none;
}
.categorylinks a:hover
{
text-decoration:underline;
}
/* End of category stuff */

#footer
{
position: relative;
height: 49px;
width:947px;
clear: both;

background: #fff url('images/footer_bg.gif') no-repeat;
font-size: 0.8em;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
text-align:right;
position: absolute;
right: 2.0em;
bottom: 1.2em;
}

#corporate
{
width:100%;
text-align:center;
font-size:10px;
padding-bottom:10px;
line-height:20px;
}

.popularhead
{
padding-left:20px;
font-weight:bold;
color:#fff;
}

.popularlinks
{
margin: 0; padding: 0; 
list-style-type: none; 
margin-top:6px;
}
.popularlinks a
{
padding-left:20px;
line-height:20px;
text-decoration:none;
color:#fff;
}
.popularlinks a:hover
{
text-decoration:underline;
}


/* another rounded div container but with a different colour */
.roundcontgrey {
	width: 100%;
	background-color: #313331;
	color: #000;
}
.roundtopgrey { 
	background: url(trgrey.gif) no-repeat top right; 
}
.roundbottomgrey {
	background: url(brgrey.gif) no-repeat top right; 
}
/* end of rounded */

/* search results css */
.result
{
position:relative;
padding:0px;
margin:0px;
width:720px;
height:132px;
margin-left:4px;
margin-bottom:10px;
background: url(images/resultbg.gif) center;
}
.result a
{
color:#880000;
}
.result_productimg
{
position:absolute;
top:32px;
left:15px;
border: solid 1px #CCCCCC;
width:105px;
}

.result_productdesc
{
position:absolute;
top:35px;
left:140px;
font-size:12px;
text-align:left;
padding-right:25px;
}
.result_productstars
{
position:absolute;
top:10px;
left:450px;
}
.result_productprice
{

position:absolute;
top:84px;
left:140px;
font-size:12px;
font-weight:bold;
color:#000;
text-align:right;
}

.result_addtobasket
{
position:absolute;
top:105px;
left:140px;
width:76px;
height:18px;
background: url(images/add_to_cart.gif) no-repeat;
display:block;
text-decoration:none;
}

.result_productdetails
{
position:absolute;
top:105px;
left:220px;
width:68px;
height:18px;
background: url(images/details.gif) no-repeat;
display:block;
text-decoration:none;
}

.resultsHeader
{
padding-top:15px;
width:100%;
text-align:center;
font-size:13px;
color:#000;
}

/* subcategory */

.subcats
{
margin: 10px;
}

/* special offers */
#nooffers
{
padding-top:10px;
width:100%;
text-align:center;
}
#nooffers h1
{
font-size:14px;
}
#nooffers h3
{
color:#f00;
margin:10px;
font-size:14px;
}

/* some product details css */
.roundedtr
{
background:url(images/roundedbg.gif);
}

#prodName
{
padding-left:15px;
font-size:14px;
font-weight:bold;
line-height:24px;
}

#prodDesc
{
padding-left:15px;
text-align:justify;
padding-right:10px;
font-size:11px;
}

.reviewtitle
{
font-size:10px;
}
.detailsprice
{
font-size:16px;
vertical-align:bottom;
color:#c00;
font-weight:bold;
}

.detailsrrpprice
{
font-size:14px;
vertical-align:bottom;
color:#000;
font-weight:bold;
text-decoration:line-through;
}

.lightboxlink
{
text-decoration:none;
}

/* contact page styles */
#divAddress h1
{
  
  font-size:15px;
  font-weight:bold;
}
#divAddress p
{
  font-size:12px;
}

#divForm
{
margin-top:30px;
}
#divForm input
{
font-size:12px;
}
#divForm h1
{
  
  font-size:15px;
  font-weight:bold;
}
.mybtn
{
background-color:#333333;
color:#fff;
position:relative;
left:-15px;
}

.siteinfo
{
padding:10px;
font-size:11px;
}
.siteinfo h1
{
  font-size:15px;
  font-weight:bold;
  line-height:24px;
padding-bottom:15px;
}

.jump
{
vertical-align:top;
text-align:right;
color:#c00;
font-weight:bold;
padding-right:3px;
}
