*, body {
	font-family: Arial, "Lucida Grande", "Trebuchet MS";
	font-size: 14px;
	color: #000;
}

div#layoutwrapper {
	width: 100%;
	padding: 0;
	margin: 0 auto 0 auto;
}

#menuwrapper, #facetswrapper, .facets, #spacer, #disclaimer, .admin,
#header div, .pagination {
	display:none;
}

#header {
	position: relative;
	margin: 0px 0px 20px;
	padding: 0;
	height: 115px;
	background-color: #ffffff;
	border-bottom: 1px solid #3AB65A;
	width: 100%;
}

	#header h1 {
		float: left;
		width: 150px;
	}

	#header h1 a {
		margin: 0;
		text-indent:-9999px;
		display:block;
		width: 131px;
		height: 60px;
		background:url('/images/avt_logo.png') no-repeat;
	}
	
	#layoutwrapper #header #logos {
		display: block;
	}
	
		#header #logos img {
			border: none 0px;
			margin-right: 20px;
			display: none;
		}
		
		#layoutwrapper #header #logos div{ display: block; float: left; margin: 10px 0px 0px 0px; }
		
		#layoutwrapper #header #logos .print_logo,
		#layoutwrapper #header #logos a { display: block; }

table tr th,
table tr td {
	text-align: left;
	vertical-align: top;
}

#phone_and_mail {
	width: 250px;
	display:block !important;
	float: left;
}

	#phone_and_mail h1, p {
		font-size: 14px;
		clear: both;
	}

/* Product
********************************** */

div#product
{
    margin: 0;
    overflow: hidden;
    width: 100%;
}

    div#product h1
    {
		color: #3AB65A;
        margin-top: 3px;
        margin-left: 0px;
		font-size: 18px;
    }

	div#product div.description {
		width: 280px;
		float: right;
		text-align: left;
	}

	div#product div.description div.product_image {
		float: left;
		position: relative;
		width: 250px;
		height: 250px;
		border: 1px solid #f1f1f1;
		background-color: #ffffff;
		margin: 4px;
		background-position: center center;
		background-repeat: no-repeat;
	}

	div#product div.fields {
		float: left;
		width: 310px;
		padding: 0;
		margin: 0;
	}

		div#product div.fields table tr th {
			font-size: 12px;
			color: #ffffff;
			background-color: #3AB65A;
			border-bottom: 1px solid #3AB65A;
			width: 118px;
			padding: 3px 8px 3px 3px;
		}
		
		div#product div.fields table tr td {
			border-bottom: 1px solid #333;
			font-size: 12px;
			width: 182px;
			padding: 3px 3px 3px 1px;
		}

		div.attachments {
			clear: both;
			width: 310px;
			margin-top: 7px;
			padding: 3px;
		}

		div.attachments p {
			font-weight: bold;
		}

			div.attachments table tr td {
				border-bottom: 1px solid #d7d7d7;
			}
			
		div.attachments ul {
			margin-left: 15px;
		}
		
		div.attachments ul a {
			color: #3AB65A;
			font-size: 90%;
			text-decoration: none;
		}
		
		div.attachments ul a:link:after, 
		div.attachments ul a:visited:after {
			color: #333;
			content: " (" attr(href) ") ";
			font-size: 90%;
			font-style: italic;
		}
		
	div#variants
	{
	    background-color: #ffffff;
	    width: 599px;
	    overflow: hidden;
	    padding: 3px;
	    margin-top: 10px;
	}
	
		#variants table.variants_table {
			page-break-before: auto;
		}

	    #variants table tr th
	    {
			text-align: left;
	        font-size: 12px;
	        padding-top: 7px 2px 2px 1px;
	        border-bottom: 1px solid #e7e7e7;
	    }
	
		#variants table tr th.sortable_header {
			width: 100px;
		}

	    div#variants table tr td
	    {
			width: 100px;
	        font-size: 12px;
	        padding-top: 2px 2px 2px 1px;
	        border-bottom: 1px solid #e7e7e7;
	    }

	    div#variants table.table_wide
	    {
	        width: 360px;
	    }

	    div#variants table.table_wide
	    {
	        width: 599px;
	    }

	        div#variants table.table_wide tr.alternate_row td, 
	        div#variants table.table_tight tr.alternate_row td
	        {
	            background-color: #efefef;
	        }

	    p.number_of_selected_variants
	    {
	        font-size: 11px;
	        color: #454545;
	    }

div.product {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
}

	div.product .product_properties h4 {
		margin: 0px 0px 14px;
	}

    div.product table.product_info
    {
        width: 100%;
        font-size: 11px;
    }
    
    div.product table.product_variants
    {
        width: 460px;
        font-size: 11px;
    }
    
    div.product table.productinfo tr td,
    div.product table.product_variants tr td
    {
       padding: 2px;
    }
    
    div.product div.product_image
    {
        width: 130px;
        height: 130px;
        border: 1px solid #f1f1f1;
        background-color: #ffffff;
        margin: 0px;
        background-position: center center;
        background-repeat: no-repeat;
    }

    table.product_fields {
		border: collapse;
		margin: 0px;
    }    
    
    table.product_fields tr td {
        font-size: 12px;
		width: 282px;
		padding: 3px 3px 3px 1px;
		border-bottom: 1px solid #333;
    }
    
    table.product_fields tr th
    {
		background-color: #3AB65A;
		border-bottom: 1px solid #3AB65A;
        font-size: 12px;
		width: 118px;
        color: #fff;
		padding: 3px 8px 3px 3px;
    }
    
    table.product_variants
     {
         border-collapse: collapse;
     }    

     table.product_variants tr td
     {
         padding: 1px;
         border-bottom: 1px solid #e1e1e1;
     }

     table.product_variants tr th
     {
         padding: 1px;
         border-bottom: 1px solid #d1d1d1;
     }
     
        div.description
        {
            overflow: hidden;
            font-size: 11px;
            padding: 2px;
            width: 449px;
        }
        
            div.description div
            {
                margin-left: 0px;
/*                width: 270px;*/
            }

#variants .variants_table_holder {
	overflow: visible;
	min-height: default;
	height: default;
}


#page_content {
	overflow: auto;
	font-size: 12px;
}

	#page_content h1 {
		color: #3AB65A;
		margin: 0 0 20px;
		font-size: 1.25em;
	}

#imagewrapper {
	float: right; 
	width: 200px; 
	margin: 0px 0px 10px 10px; 
	border: 1px solid #D1D2D4; 
	padding: 3px;
	text-align: center;
}

	#imagewrapper div{
		margin-bottom: 15px; 
	}
	

	#imagewrapper img{
		width: 200px; 
	}
	
	#imagewrapper small{
		font-size: 10px;
		color: #666; 
	}
	
	
#gmaps {
	float: left;
	margin-top: 20px;
}

#footer {
	position: absolute;
	top: 0px;
	right: 5px;
	text-align: center;
	vertical-align: top;
}

	#footer h3 {
		margin-bottom: 3px;
	}
	
	.address {
		color: #666;
		float: left;
		text-align: left;
		font-size: 80%;
		margin: 10px 0px 0px 20px;
	}