/* 
    Document   : main.css
    Created on : 30.05.2010, 16:24:24
    Author     : Test PC
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div#content_container{
    width:610px;
}
.modelOverview{
    clear:both;
    height:110px;
    
    margin-top: 5px;
    padding:5px;
    border-bottom: 1px solid #cccccc;
}

.overviewImage{
	width:25%;
	float:left;
}

.overviewContent{
	width:70%;
	float:left;
}

h3{
    margin-bottom: 2px;
}

.detailImages{
    width: 260px;
    float:right;
}

.detailImages img{
    margin:5px;
    border:1px solid #CCCCCC;
}

.detailContent{
    width:340px;
    float:left;
}

.detailBackLink{
    clear:both;
}

table.shopDetail,
table.shopDetail tr,
table.shopDetail tr td{
    border:0px;
}

table.shopDetail tr td.header{
    width:30%;
    font-weight: bold;
    vertical-align: top;
}

table.shopDetail tr td.content{
    width:65%;
    vertical-align: top;
}


.info{
    color: #999999;
    border-top: 1px solid #CCCCCC;
    margin-top: 10px;
}
