/* andreas00 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.
Version: 1.1 (Apr 20, 2006) */

/***** Body and main container *****/

body {
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#969696 url(img/bg.gif) top center repeat-y;
/* background-color:#969696; */
color:#000000;
}

#wrap {
background-color:#000000;
color:#000000;
margin:0 auto;
padding:1px 5px;
width:760px;
}

/***** Header *****/

#header {
color:#505050;
background:#000000 url(img/header2.jpg) bottom left no-repeat;
height:180px;
margin:0 0 10px 0;
padding:0;
border-bottom:dotted 1px white;
}



/***** Left sidebar *****/

#avmenu {
clear:right;
float:right;
width:230px;
margin:0 0 10px 0;
padding:0;
direction:rtl ;
}




/***** Main content *****/

#content {
margin:10px 140px 10px 160px;
padding:0;
line-height:1.5em;
text-align:right;

}

#contentwide
{
	margin: 10px 240px 10px 0px;
	padding: 10px;
	line-height: 1.5em;
	text-align: right;
	border-right: white 1px dotted;
	background-color: #000000;
	min-height: 700px;
	
}



/***** Footer *****/

#footer
{
	clear: both;
	margin: 0 auto;
	padding: 8px 0;
	width: 760px;
	text-align: center;
	color: #808080;
	background-color: #000000;
	font-size: 0.9em;
	border-top: white 1px dotted;
}



/*****Elements*****/

.ProductBigImageDiv
{
 padding-top:0px;
 
	
}

.ProductBigImage
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	border-style: solid;
	border-width: 40px !important;
	border-color: Gray;

}

#title
{
	padding:5px 0px 10px 0px;
	text-align: center;
	color: white;
	font-size: 2em;
	font-family: Tahoma;
	border-right: darkorange 2px solid;
	border-top: darkorange 2px solid;
	border-left: darkorange 2px solid;
	border-bottom: darkorange 2px solid;
}
.title
{
    padding: 5px 5px 10px 5px;
    text-align: right;
    color: white;
    font-size: 1em;
    font-family: Tahoma;
    border-right: darkorange 2px solid;
    border-top: darkorange 2px solid;
    border-left: darkorange 2px solid;
    border-bottom: darkorange 2px solid;
    border-width: 1px;
}
.cartabl
{
    border: 1px dotted #FFFFFF;
    text-align: left;
}
#web1
{
	font-size: small;
	font-family:Tahoma;
	padding: 10px 5px 0px 0px;
	border-top: solid 2px darkorange;
	background-color:Black;
	color:White;
}

#web2
{
	border-top: solid 2px darkorange;
	font-size: small;
	font-family:Tahoma;
	padding: 10px 5px 0px 0px;
	background-color:Black;
	color:White;

}
#price
{
	border-top: solid 2px darkorange;
	font-size: small;
	font-family:Tahoma;
	padding: 20px 5px 0px 0px;
	background-color:Black;
	color:White;

}


.menu 
{
clear:right;
float:right;
width:230px;
margin:0 0 10px 0;
padding:0;
direction:rtl ;
}

.productlist li
{
    display: inline-block ;
    float: none  ;
    margin-left: 0px;
    margin-bottom: 0px;
}
a
{
    color: Darkorange; 
}
a:visited
{
    color: Yellow;
}
