@charset "utf-8";
/* 
	[ index ]
*/
.gridw-900x12 { margin-left: 10px; margin-right: 10px; }


/**
 * 001: NEWLY DEFINED, KC 2012-06-09
 */
.plan-title {
	margin:20px auto 0 auto;
	/*width:670px;*/
	line-height:30px;
	font-size:16px;
	font-weight:bold;
}
.plan-desc {
	padding: 10px;
	font-size: 116%;
}
.plan-desc .img-s {
	padding: 0px 10px 10px 10px;
	float: left;
}
.plan-desc .plan-image {
	padding: 0px 10px 10px 0px;
	float: left;
}


.pg-details .plan-desc {
	border: 1px solid #FFC666;
}


/* 001: END */

.plangrp-area {
	
}
.plangrp-area .plangrp-title {
	height: 28px; line-height:28px;
	border-bottom: 3px solid #FFC666;
	text-indent:30px;
	font-size: 15px;
	background:url(img/h4-plangrp-name-tab.gif) 10px 0 no-repeat;
}
.plangrp-area .plan-title {
	
}
.plangrp-area .plan-title a {
	color: #C60;
	text-decoration: none;
}
.plan-cell {
	margin: 0 10px;
}
.plan-cell .plan-desc-box {
	border: 2px solid #FFC666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	position: relative;
	behavior:url(/PIE.htc);
	
	cursor: pointer;
}



.plan-image {
	width:90px;
	padding:10px 10px 10px 10px;
	vertical-align:top;
}
.plan-price {
	padding:0 10px 10px 10px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	color: #c00;
	font-size: 10px;
	color: #C60;
}
.plan-cell .plan-price {
	margin-right:10px;
	padding-right: 100px;
	background: url(img/btn-details.jpg) right top no-repeat;
}
.plan-price .figure {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	*font-weight:bold;
	_font-weight:600;
	font-size:x-large;
	*letter-spacing: -1px;
	color: #C60;
}


button {
	width:130px; height:30px; line-height:30px;
	padding:0; border:0; margin:10px 0;
	background:transparent url(img/btnskins-plan.gif) 0 2px no-repeat;
	color:white;
	font-weight:bold;
	vertical-align:middle;
	cursor:pointer;
}
button:active {
	background:url(img/btnskins-plan.gif) -130px 0 no-repeat;
}

button.promoted,
button.big {
	width:160px; height:50px; line-height:50px;
	padding:0; border:0; margin:0;
	background:transparent url(img/btnskins-big.gif) 0 0 no-repeat;
	color:white;
	font-weight:bold;
}
button.promoted:active,
button.big:active {
	background:url(img/btnskins-big.gif) -160px 0 no-repeat;
}


a.button {
	display: block;
	color: white;
	text-decoration: none;
	margin: 5px auto;
}
.button {
	width:130px; height:30px; line-height:30px;
	padding:0; border:0; margin:10px 0;
	background:transparent url(img/btnskins-plan.gif) 0 2px no-repeat;
	color:white;
	font-weight:bold;
	vertical-align:middle;
	cursor:pointer;
}
.button:active {
	background:url(img/btnskins-plan.gif) -130px 0 no-repeat;
}

.promoted,
.big {
	width:160px; height:50px; line-height:50px;
	padding:0; border:0; margin:0;
	background:transparent url(img/btnskins-big.gif) 0 0 no-repeat;
	color:white;
	font-weight:bold;
}
.promoted:active,
.big:active {
	background:url(img/btnskins-big.gif) -160px 0 no-repeat;
}

.message-box {
	background: #efefef;
	margin: 15px;
	padding: 10px;
	color: #C30;	
}
#Attention {
	padding: 15px;
}
#Attention p {
	font-size: 100%;	
}
#formBtns {
	text-align:center;
	margin-top:10px;
	border-top:2px solid #f90;
}

#formBtns form {
	padding:0; margin:0;
}


/**
 *	sidebar
 */
#sidebar {
	padding: 28px 0 0;
}

/**
 *	sidebar skins - [ orange ]
 */
.skin-orange .listing-frame {
	background: #ff9702;
	border: 5px solid #ff9702;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	position: relative;
	behavior:url(/PIE.htc);
}
.skin-orange .listing-frame .inner-box {
	background: #f2f2f2;
	border: 5px solid #f2f2f2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	position: relative;
	behavior:url(/PIE.htc);
}
.skin-orange .listing-frame .title {
	padding-bottom: 3px;
	height: 22px; line-height: 22px;
	font-size: 13px;
	font-weight: bold;
	color: white;
}

/* sidebar skins - [ orange ] - dl, ul */
.skin-orange .listing-frame dl,
.skin-orange .listing-frame ul {
	
}
.skin-orange .listing-frame dt {
	clear:both;
	padding:5px 0 5px 0;
	color:#AA6A00;
	font-weight:bold;
	font-size:14px;
}
.skin-orange .listing-frame dt a{
	color:#AA6A00;
	text-decoration: none;
	font-weight: bold;
}
.skin-orange .listing-frame dt img{
	float: left; clear:none;
	width: 60px; 
	margin: 0px 5px 3px 0px;
}
.skin-orange .listing-frame dd{
	margin:0;
	/*padding:0 5px 5px 5px;*/
	color:#666;
	/*line-height:1.5em;*/
}
.skin-orange .listing-frame dd img{
	float:left; clear:none;
	width:70px; 
	margin:3px 0 0 -80px;
}
.skin-orange .listing-frame dd a{
	display:block; width:100px;
	margin:5px 0;
	color:#AA6A00;
	font-weight:bold;
	font-size:12px;
}

/* sidebar skins - [ orange ] - ul */
.skin-orange .listing-frame .cell {
	padding:0px 5px;
	cursor: pointer;
}
.skin-orange .listing-frame .cell:hover {
	background: white;
}
.skin-orange .listing-frame .cell-title,
.skin-orange .listing-frame .cell-title a {
	color:#AA6A00;
	font-weight: bold;
}
.skin-orange .listing-frame .cell-title a {
	text-decoration: none;
}
.skin-orange .listing-frame .cell {
	margin-bottom: 5px;
}
.skin-orange .listing-frame .cell-desc img {
	float: left;
	margin: 0 5px 5px 0;
}
