/*
	Quadriga Webshop CSS template 1.0
	Copyright (c) Quadriga AB -2007
	Author: Daniel Dahlin
	Last change: 2007-05-28 18:21:31
*/


*,body {
	padding:0px;											/*default padding*/
	margin:0px;												/*default margin*/
	font-family: "Verdana";			/*default font*/
  color:#808080;										/*default font color*/
}

img {
 
} 

	
form {
 display: inline; margin: 0;   /* Fix for internet explorer adding vertical space after a form*/
}
	  

input,select,textarea 	/* Standard input */
{
	 margin:0.5px; 	
	padding:1px;

}

option {
	padding-right:4px;
}


.giant,h1 {
	font-size:16px;
	margin:1px;
}

.large,h2{
	font-size:14px;
	font-weight:normal;
	margin:1px;
}
.medium,h3
{
	font-size:13px;
	font-weight:normal;
	margin:1px;
}
.small,h4 {
	font-size:12px;
	font-weight:normal;
	margin:1px;
}

.tiny,h5
{
	font-size:10px;
	font-weight:normal;
	margin:1px;
}

div td {
	font-size:11px;
	font-weight:normal;
	margin:1px;
	padding:1px;
}

div#content {
	font-size:11px;
	color:#808080;
}

div p {
	font-size:11px;
	font-weight:normal;
}

div span {
	font-size:11px;
	font-weight:normal;
}

div input, div select, div option, div textarea {
	color:#010200;
	font-size:11px;
	font-weight:normal;
	margin:2px;
}

div li		/* Standard paragraph text*/
{
	font-size:11px;	
	margin:2px;
}


div#content .highlight {
 color:#010200;
 background-color:#bbb;
}


/*overall default link styles*/

a:link,a:visited {	
	color:#808080;
	text-decoration:none;
}

a:hover {	
	color:#808080;
	text-decoration:underline;
}



/*STRUCTURES*/

#frame 
{   	   
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;		
}		


#top
{ 		
		width:800px;
		height:111px;
		padding:0px;
		margin:0px;
		background-color:#cbd805;	
}


#menu {
	
	clear:both;
	width:800px;
	padding:0px;
	margin:0px;
}


#left{   

		clear:left;
 	 	float:right; 	 	
		width:180px;
		border-left:1px solid #c9cfd4;
		border-right:1px solid #c9cfd4;		
		border-bottom:1px solid #c9cfd4;		

}


#content
{ 	clear:left;
		/*background-color:#e5d077;*/
		float:left;	  
	 	 width:598px;
		padding:10px;
}

#custom_content
{ 	clear:left;
		/*background-color:#e5d077;*/
		float:left;	  
	 	 width:598px;
		padding:10px;
}
#footer
{	
	   background-color:#010200;
	   float:left;
 	   clear:both; 	   	   	   	   
	   color:#fff;
	   width:786px;
	   margin-top:20px;
	   border-top:1px solid #fff;
	   text-align:center;
	   padding:7px;
}

#footer * {
color:#fff;
}





div#menu_horizontal {
background-image:url('../images/menu-bg.jpg');
 width:100%;			
 background-color:none;							/*Background color for the menu*/
 margin-top:0px;
 margin-bottom:0px;
 padding:0px;															/*Padding between menu items and menu background borders*/						 							  
}

div#menu_horizontal table  { 							/* Applies to table	 */

 padding:0px; 
 /* Center for IE and FF	*/
 text-align:center;         
 margin-left:auto;						
 margin-right:auto;             

 /* Left aligned for IE and FF    
 text-align:left;	 					
 margin-left:0px;*/
}

div#menu_horizontal table td {					 	/* Applies to cell */
 background-color:none;
 background-image:url('../images/menu-bg.jpg');
 font-family:verdana;
 font-size:12px; 
 padding-left:15px;
 padding-right:15px;
 padding-top:7px;
 padding-bottom:8px;
 margin:0px;  
font-weight:bold;
}

div#menu_horizontal table td:hover, 	
div#menu_horizontal table td.selected {						/* Applies to cell on mouseover on cell	*/
 background-image:url('../images/menu-over.jpg');
 background-color:none;
 color:#000;
 cursor:pointer;																
}

div#menu_horizontal table td:hover a,
div#menu_horizontal table td a.selected {	  /* Applies to anchor on mouseover on cell */

 color:#000; 	
font-weight:bold;
}

div#menu_horizontal table td a {   				/* Applies to anchor in cell	*/
 background-color:none;
 color:#fff;
 text-decoration:none;
}

div#menu_horizontal table td a:hover { 		/* Applies to anchor on mouseover	*/
 background-color:none;
 text-decoration:none;								
}

		




 /* LEFT MENU*/
   
  div #leftmenu  {
  }
  
  div #leftmenu ul:first-child {
  list-style-type:none;
  margin:0.00em;
  padding:7px;;
  }
  
  div #leftmenu ul {	
  list-style-type:none;
  margin:0.0em;
  padding-left:7px;  
 }
 
  div #leftmenu li {    
  background-color:#fff;
  margin:0.0em;
  padding:0.0em;  
  font-size:12px;
  }
    
  div #leftmenu li a  {   
   text-decoration:none;   
   color:#808080;
  }
  
  div #leftmenu li a:hover  {
   text-decoration:underline;
  }
 
  div #leftmenu li.selected {
		font-weight:bold;
  }
 
  div #leftmenu li.notselected {
		font-weight:normal;
  }



/* Standard box with a header*/

div .box {

}

div .boxhead *{
   background-color:#010200;   
	 padding:4px;      
	 margin:0em;
	 border-top:1px solid #c9cfd4;
	 color:#fff;	
}

div .boxhead a:link{  	 
	 color:#fff;	
	 border:0px;
}


div .boxcontent {   
   padding:4px;      
	 margin:0px;

}  


/* Product Row list and items */

 div .prodrowlist
	{
		margin-top:10px;		
	}
	
	
	div .prodrowlist .prodrowitem0, .prodrowitem0 td,.prodrowitem0 a
	{
		color:#fff;
		background-color:#010200;
	}	
	
	div .prodrowlist .prodrowitem1,.prodrowitem1 td,.prodrowitem1 a
	{
		/*background-color:#b0c4e0;*/
	}	

  div .prodrowlist td
  {
  	margin:0px;
		padding:1px;
  }


div#content .prodlistactionbar {
		margin-top:3px;
 		width:587px;
	}
  
/* Product box */

div#content .soprice  {	
	color:#B70409;		
}




div#content .prodbox {
	float:left;
	margin-top:12px;
	margin-right:12px;
	margin-left:0px;
	width:285px;
	padding:0px;
	border:1px solid #010200;
}
div#content .prodboxhead {
  background-color:#010200;
  padding:4px;
}	

div#content .prodboxhead a {
	font-weight:bold;
	color:#fff;	 
}

div#content .prodboxhead p {
	color:#fff;
}


div#content .prodboximg {
	max-width:100px;
	
}

div .prodboxcontent {   	
	/*background-color:#f5f5f5;  	*/
	padding:4px; 	

}    


*/ Search result product box */
div .prodboxsr {
	float:left;
	margin:0.2em;
	width:14em;    
	height:3em;
	
}


/* cart table */

div#content td
{
	padding:4px;
}


/* Standard container */

div .container
{
 float:left;
}
   
div .conleft
{
 float:left;
}

div .conright 
{
 float:right;
}



.row0 ,.row0 td, .row0 a {
	color:#fff;
	background-color:#010200;
}

.row1,.row1 td, .row1 a {
	color:#010200;
	background-color:#fff;	
}




 
 /* Product Vote */
div .ProductVote {   
  clear:left; 
  float:left;
	background-image:url('/images/icons/stars_grey.gif');
	background-repeat: no-repeat;	
	margin-top:0.7em;
	width:90px;
	height:16px;
}
 



div .ImgIndexBox {  
	border:1px solid #808080;      
	padding-top:4px;
	padding-bottom:4px;
	padding-left:9px;
	padding-right:9px;
	margin-right:4px;
  margin-top:3px;
  float:left;	
}

div .ImgIndexBox:hover {  
  color:#fff;
  cursor:pointer;
  background-color:#010200;
}


/* Product Matches */


div #ProductMatches {
 float:left;
 background-color:#EEEEEE;
 padding:0.4em;
 margin-top:1em;
}

div #ProductMatches p {
 font-size:0.6em;
 
 color:#010200;
}


div #ProductMatches img {
 border:1px solid #9B9B9B;width:85px;height:85px;
}


/* Product Comments */

div #Comments { 
 float:left;
 clear:both;
 margin-top:20px;
 padding:6px;  
/* background-color:#EEEEEE;*/
}

/* BUTTON */

.button {
 float:left;
 background-color:#f4eee2;
 font-family:verdana; 
 font-weight:bold;
 font-size:10px;
 color:#010200;
 padding:4px;
 margin:2px;
 text-align:center; 
 border-top:1px solid #ccc;
 border-right:1px solid #ccc;
 border-left:1px solid #eee;
 border-bottom:1px solid #eee;
 cursor:point;
 h: expression(this.onmouseover = new Function("this.className = 'button-hover';"));
}

.button:hover,.button-hover{
 float:left;
 background-color:#010200;
 font-family:verdana; 
 font-weight:bold;
 font-size:10px;
 color:#fff; 
 padding:4px;
 margin:2px;
 text-align:center; 
 border-top:1px solid #ccc;
 border-right:1px solid #ccc;
 border-left:1px solid #eee;
 border-bottom:1px solid #eee;
 cursor:pointer;
 h: expression(this.onmouseout = new Function("this.className = 'button';"));
}

.button_disabled{
 float:left;
 background-color:#fff;
 font-family:verdana; 
 font-weight:bold;
 font-size:10px;
 color:#010200;
 padding:4px;
 margin:2px;
 text-align:center; 
 border-top:1px solid #ccc;
 border-right:1px solid #ccc;
 border-left:1px solid #eee;
 border-bottom:1px solid #eee;
 cursor:point;
}



/*Showcase */

.showcaseimg {
  max-height:100px;	
}

/*Thumbnail*/

.thumbnailimg {

}

.orginalimg {
	max-width:300px;
   	width: expression(this.width > 300 ? 300: true);
	padding:3px;
}

/*Horizontal and Vertical center classes*/
.hcenter {
display:block;margin-left:auto;margin-right:auto;
}

.vcenter
{
display:block;margin-top:auto;margin-bottom:auto;
}

