﻿*
{
	margin : 0px;
	padding : 0px;
	border : 0px;
}

body
{
	background : #fff url('/images/body-background.gif') center repeat-y;
	font-family : 'Arial', Sans-Serif;
	font-size : 12px;
	color : #2a2c2b;
}

a
{
	text-decoration : none;
}

a:hover
{
	text-decoration : underline;
}

#container-1
{
	background : url('/images/header-background.png') top repeat-x;
	text-align : center;
}

#container-2
{
	padding-top : 66px;
	width : 764px;
	margin: auto;
	text-align : left;
}

#header *
{
	display : none;
}

#header
{
	height : 100px;
	background : url('/images/header.jpg');
	margin-bottom : 20px;
}

#menu
{
	float : left;
	margin-left : 20px;
	margin-left : 10px;
	width : 180px;
}

#menu div
{
	border-left : 1px solid #71393f;
	padding-left : 20px;
	margin-bottom : 20px;
}

#menu h2
{
	color : #883744;
	font-family : 'Georgia', Serif;
	font-size : 16px;
	padding-left : 20px;
	background : url('/images/menu-bullet.png') 0px center no-repeat;
}

#menu li
{
	list-style : none;
	margin-top : 10px;
	line-height : 1em;
}

#menu li a
{
	color : #315349;
}
	
#menu em
{
	font-style : normal;
	font-weight : bold;
}

#main
{
	margin-left : 220px;
	width : 524px;
}

#main h2
{
	color : #883744;
	font-family : 'Georgia', Serif;
	font-size : 18px;
}

#main h3
{
	color : #883744;
	font-family : 'Arial', Sans-Serif;
	font-size : 15px;
}


#main #contentheader-top
{
	background : url('/images/contentheader-top.png') top center no-repeat;
	padding-top : 4px;
}

#main #contentheader-bottom
{
	background : url('/images/contentheader-bottom.png') bottom center no-repeat;
	padding-bottom : 4px;
}

#main #contentheader
{
	background : #f5e9d7;
	border-left : 1px solid #ebd2ad;
	border-right : 1px solid #ebd2ad;
	padding : 15px;
	padding-top : 0px;
	padding-bottom : 11px;
}

#main #catcontentheader
{
	background : #fff;
	border-top:1px solid #ebd2ad;
	border-bottom:1px solid #ebd2ad;
	border-left : 0px solid #ebd2ad;
	border-right : 0px solid #ebd2ad;
	padding : 15px;
	padding-top : 0px;
	padding-bottom : 11px;
}

#main #parentcat
{
	background : #fff;
	border-left : 0px solid #ebd2ad;
	border-right : 0px solid #ebd2ad;
	padding : 15px;
	padding-top : 0px;
	padding-bottom : 11px;
}

#main #contentheader h2
{
	margin-top : 0px;
	padding-top : 11px;
}

#main #contentheader img
{
	float : right;
	border : 4px solid #fff;
	margin-left : 10px;
}

#main #catcontentheader img
{
	float : right;
	border : 4px solid #fff;
	margin-left : 10px;
}

#main #contentheader p
{
	margin-right : 0px;
}

#main hr
{
	color : #e6d0ca;
	background : #e6d0ca;
	margin-top : 20px;
	margin-bottom : 20px;
	height : 1px;
}

#hr
{
	color : #e6d0ca;
	background : #e6d0ca;
	margin-top : 20px;
	margin-bottom : 20px;
	height : 1px;
}

#main .sectionl
{
	width : 262px;
	border-right : 1px solid #e6d0ca;
	float : left;
}

#main .sectionr
{
	width : 250px;
	float : right;
}

#main img
{
	border : 4px solid #ebd2ad;
	margin-top : 10px;
}

#main em
{
	color : #883744;
	font-family : 'Georgia', Serif;
	font-style : italic;
	font-size : 14px;
}

#main p
{
	margin-top : 5px;
	margin-bottom : 5px;
}

#main a
{
	color : #315349;
}

#main h2.flag
{
	background : url('/images/flag.png') top right no-repeat;
	padding-right : 15px;
}

#footer
{
	clear : both;
	text-align : center;
	margin-top : 20px;
	font-size : 10px;
	padding-bottom : 4px;
}

#footer a
{
	color : #883744;
}

.clear
{
	clear : right;
	height : 0px;
}

#main .thumbimage
{
    border : 0px;
    margin:0px;
    vertical-align:top;
    width: 100px;
    height: 100px;
}
#main .thumbimage2
{
    border : 0px;
    margin:0px;
    vertical-align:top;

}
#main .nospace
{
    border : 0px;
    margin : 2px;
    vertical-align:middle;
}

.plainbox
{
	padding: 11px;
	margin-bottom: 10px;
    width:auto;
    padding-right: 5px;
    padding-left: 5px;
    color: #696969;
	font: Verdana, Arial, Helvetica, sans-serif;

}

.oldprice
{
    font-weight: bold;
    color: #696969;
    text-decoration: line-through;
}
.saleprice
{
    font-weight: bold;
    color: #C00000;
    text-decoration: none;
}

form input{
	border : 1px solid  #2a2c2b;
}

form textarea{
	border: 1px solid  #2a2c2b;
}
form select{
	border: 1px solid  #2a2c2b;
}
#nix
{
	display:block;
	height :2px;
	width:2px;
	float:left;
	margin-top:-2px;
	overflow:hidden;
}

#nix:hover
{
	width:16px;
	height:16px;
	margin-top : -16px;
}

#pluto
{
	display:none;
}