/* 
    Document   : list_styles
    Created on : 20-Nov-2010, 10:15:59
    Author     : Emil Hunefalk
    Description: Styles for list items on WineTravelr.com
*/


.w_img {
    /*width: 90px;*/
    display:block;
    /*height:150px;*/
    margin:auto;
    text-align:center;
    max-width:120px; /*moz-*/
    max-height:150px; /*moz-*/
}

#curr_rows tr.odd {
    background-color: #EDC5E8;/* #F2DFE3;*/
}
#curr_rows tr.odd td.sorting_1 {
    background-color: #EDA5E8;/* #F2DFE3;*/
}
#curr_rows tr.even {
    background-color: #FFFFFA;/* #F2DFE3;*/
}
#curr_rows tr.even td.sorting_1{
    background-color: #FFFFF0;/* #F2DFE3;*/
}
#curr_rows a{
    color: #9E005D;
}
#curr_rows h4 {
    font-size: 1.5em;
}
#wrong_page_q {
    background-color: #CCFFCC;/* #F2DFE3;*/
	width: 95%;
	clear: both;
	text-align: center;
	padding: 10px;
	border: 1px dotted green;
	-webkit-box-shadow: 2px 2px 1px 1px #BAE7BA;
	-moz-box-shadow: 2px 2px 1px 1px #BAE7BA;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-weight:bold;
}