/* 
    Document   : shopfinder
    Created on : 17.06.2009, 14:08:07
    Author     : Visor3000XPPC
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.tx-v3shopfinder-pi2 {
	margin-top:20px;	
}

#shopfinder_start {
	width: 501px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

#shop_finder {
    width:500px;
    height:320px;
    /*margin-left: 40px;*/
}

#shopfinder_search {
    /*padding-left:20px;*/
}

#shopfinder_search form {
	padding: 0px;
	margin: 0px;
}

#shopfinder_search select {
    background-color:#000000;
    border:1px solid #000000;
    color:#FFFFFF;
    font-family:Tahoma,Geneva,Kalimati,sans-serif;
    font-size:10px;
    height:16px;

    width:96px;
}

.shopfinder_search_input {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    font-family:Tahoma,Geneva,Kalimati,sans-serif;
    font-size:10px;
	width:125px;
}

#shop_finder_result_count {
	padding-bottom:10px;
}
#shopfinder_results {
    margin-top:15px;
    height:120px;
}

.shopfinder_result_entry {
    padding-bottom:5px;
}

#shop_finder_info {
    width:167px;
    height:143px;
    float:left;
}

#shop_finder_stores,
#shop_finder_storescc {
    width:500px;
    height:115px;
    float:left;
    overflow:hidden;
}

#shop_finder_storescc {
	margin-top:10px;
	height: 60px;
}

#shop_finder_results_firstcol {
    width:250px;
    /**height:250px;**/
    float:left;
}

#shop_finder_results_lastcol {
    width:250px;
    /**height:250px;**/
    float:left;
}

#shopfinder_results_slider {
    height:120px;
    width:auto;
    position:relative;

}

#store_pager {
    width:500px;
    text-align: right;
}

#store_pager a {
	color: #000;
	text-decoration: none;
}

#store_pager a:hover {
	color: #999;
	text-decoration: none;
}

.shopfinder_checks_first {
	padding-top: 10px;
}

.shopfinder_checks {
	padding-top: 5px;
}


.onlineShopLink {
	color:#000000;
	text-decoration:none;
}

.shopfinder_result_entry a:hover {
	color:#A3D097;
}

.shop_finder_onlineshops_inner {
	position: relative;
	width: 555px;
}

#shop_finder_online_firstcol,
#shop_finder_online_seccol,
#shop_finder_online_thirdcol {
	position: absolute;
	top: 18px;
	width: 185px;
	left: 50px;
}

#shop_finder_online_seccol {
	left: 235px;
}

#shop_finder_online_thirdcol {
	left: 420px;
}

.ie #shop_finder_online_firstcol {
	left: 0px !important;
}

.ie #shop_finder_online_seccol {
	left: 185px !important;
}

.ie #shop_finder_online_thirdcol {
	left: 370px !important;
}

.shopfinder_onlineresult_entry {
	padding-top: 18px;
	width: 185px;
	overflow: hidden;
}