/**
 * SolutionrDEVs Application
 * (SD) Advert System 
 *
 * @author      Dawid Baruch <dawid.baruch@solutiondevs.pl>
 * @copyright   (c) 2005 - 2012 SolutionDEVs
 * @package     SolutionDEVs Apps
 * @subpackage  CSS
 * @link        http://www.solutiondevs.pl
 * @version     1.0.0 
 *
 */
 
#advertFormContainer .ipsBox_container {
    margin-bottom: 10px;
}

#advertFormContainer .sectionType,
#advertFormContainer .categoryType {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-right: 12px;
    padding: 8px 10px 8px 0;
}

.placeTable {
    border: 0 !important;
}

.summary {
    /*color: #FF0000;*/
    font-size: 150%;
    margin: 10px 15px 10px 0;
}

.summary span {
    font-weight: bold;
}

#orderFormSummary {
    position: fixed;
    top: 45%;
    right: 50px;
    background: #537233;
    border: 1px solid #354E1E;
    border-radius: 3px 3px 3px 3px;
    bottom: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px 0 #90D06A inset;
    color: #FFFFFF;
    font-size: 11px;
    height: 90px;
    line-height: 16px;
    opacity: 0.8;
    padding: 10px;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    z-index: 30000;
}

#orderFormSummary:hover {
    opacity: 1;
}

#advertBuyButton {
    margin: -3px 5px 0 0;
}

.input_buynow {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	font-weight: bold;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	min-width: 133px;
	color: #fff;
	border: none;
	background: url(http://www.agrofoto.pl/forum/public/style_images/agro_new/show-item.png) 0 -164px repeat-x #ff6d02;
	background: -webkit-linear-gradient(top, #ffa431 0, #ff6201 50%, #ff4200 50%, #ff6e03 100%);
	background: -moz-linear-gradient(top, #ffa431 0, #ff6201 50%, #ff4200 50%, #ff6e03 100%);
	background: -ms-linear-gradient(top, #ffa431 0, #ff6201 50%, #ff4200 50%, #ff6e03 100%);
	background: -o-linear-gradient(top, #ffa431 0, #ff6201 50%, #ff4200 50%, #ff6e03 100%);
	background: linear-gradient(top, #ffa431 0, #ff6201 50%, #ff4200 50%, #ff6e03 100%);
}

.input_buynow:hover {
	background: url(http://www.agrofoto.pl/forum/public/style_images/agro_new/show-item.png) 0 -204px repeat-x #ff7f19;
	background: -webkit-linear-gradient(top, #ffaf44 0, #ff7315 50%, #ff5715 50%, #ff801a 100%);
	background: -moz-linear-gradient(top, #ffaf44 0, #ff7315 50%, #ff5715 50%, #ff801a 100%);
	background: -ms-linear-gradient(top, #ffaf44 0, #ff7315 50%, #ff5715 50%, #ff801a 100%);
	background: -o-linear-gradient(top, #ffaf44 0, #ff7315 50%, #ff5715 50%, #ff801a 100%);
	background: linear-gradient(top, #ffaf44 0, #ff7315 50%, #ff5715 50%, #ff801a 100%);
}

#advertChooseContainer {
    text-align: center;
}

.advertType {
    display: inline-block;
    margin: 20px;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}

.agroWordsAdvertContent {
    text-align: justify;
}

.agroWordsAdvertTitle {
    font-weight: bold;
    text-align: center;
}

.agroWordsAdvert {
    background: #fff;
    color: #000 !important;
    border: 1px solid #49662D;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    padding: 8px;
}

.agroWordsAdvertUrl {
    text-align: center;
}

.agroWordsAdvertUrl a {
    text-decoration: underline;
    color: #0F64FA !important;
}

.agroWordsLink {
    border-bottom: 1px solid #0000FF;
    color: #0000FF;
    cursor: pointer;
    display: inline;
    float: none;
    font-weight: bold;
    margin: 0;
    padding: 0 0 1px;
    text-decoration: underline;
}