/* 
     Copyright (c) 2005 JetBrains, Inc. All rights reserved.
*/

/* Styles for order items table */
table.buy {
	width: 100%;
	margin-top: -15px;
    margin-left:-11px;
}
		
table.buy td {
	margin: 0;
	padding: 9px 0;
	text-align: center;
	vertical-align: middle;
	}

table.buy td.price {
	font-weight:bolder;
	font-size: 130%;
	color: #999;
	padding-right: 30px;
}
		
table.buy td.addcart, table.buy td.addquot, table.buy td.apply {
	background-position: left;
	background-repeat: no-repeat; 
	padding: 0 6px 0 10px;

}

table.buy td.addcart {
	background-image: url(../img/icon_buy_bw.gif);

}

table.buy td.addquot {
	background-image: url(../img/pic_pricelist.gif);
}

table.buy td.apply {
	background-image: url(../img/pic_apply.gif);
}


/*------------ Styles for horizontal tabs*/
#license_terms, #maint_plans, #proptions, #compete {
	width:90%;
    padding:0 0.3em;
    margin:0;
}

#license_terms ul, #maint_plans ul, #proptions ul, #compete ul {
	margin: 0 0 8px 0;
}

#license_terms li, #maint_plans li, #proptions li, #compete li {
	margin-left: 35px;
	padding: 0 0 0 4px;
	list-style: disc;
	list-style-position: outside;
}

.mitem {
	background-color: #FFF;
	color: #2947AC;
    font-weight:bold;
    margin:0;
    padding:0.2em;
	border: 1px solid #fff;
}

.mitem:hover {
	background-color: #ECECEC;
    cursor: pointer;
    }

.ideabg #content .current, .resharperbg #content .current, .dt #content .current, .fabrbg #content .current {
    background:url(../img/button1_arrow_on.gif) no-repeat 10px 50% #EFEFEF;
    font-weight:bold;
    color: #4D4D4D;
    cursor:default;
}

.current a:link, .current a:visited, .current a:hover {
	color: #4D4D4D;
}

#left {
    float:left;
    width:49%;
}

#right {
    float:right;
    width:49%;
}

#left a, #right a {
        display:block;
        font-weight:bold;
        border:none;
        border-top:1px solid #eee;
        background: url(../img/button_arrow.gif) no-repeat 10px 50%;
        padding:0.5em 0 0.5em 35px;      
        }

#left a:hover, #right a:hover {
    background-color:#fbfbfb;
    }

.ideabg #content a.current:hover, .fabrbg #content a.current:hover {
    background-color:#efefef;
    }

a#maint_plans_nav, a#compete_nav, a#license_terms_nav, a#volume_orders_nav{
 border-bottom:solid 1px #eee;
}


table#buy {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 32px;
}

table#buy td {
    margin: 0;
    padding: 6px 0;
    text-align: center;
    border: 1px solid #eee;
    vertical-align: middle;
}

table#buy td.item {
    text-align: left;
    font-weight: bold;
    padding-left: 12px;
    border-right: none;
    font-size: 110%
}

table#buy td.price {
    font-weight: bold;
    border-right: none;
    border-left: none;
    font-size: 120%;
    color: #999;
    background: transparent;
}

table#buy td.buynow {
    border-right: none;
    border-left: none;
}

table#buy td.quo {
    border-left: none;
    padding-right: 24px;
}

table#buy table.btn {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border: none;
}

table#buy table.btn td {
    border: none;
    padding: 4px 0 0 0;
}

tbl.btn img {
    border: none;
    margin: auto;
    padding: 0;
}

p.curr {
    font-size: 90%;
    background-color: transparent;
    color: #999;
    margin-left: 1em;
}


