h2 {
	color: #17447C;
	font-size: 16px;	
}

#shopFrame {
	width: 650px;
	padding: 10px;
	float: right;
}

#shop .cat {
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #C9D6DE;
	border-top: 0;
}

#shop .cat th {
	height: 36px;
	line-height: 36px;
	padding-left: 15px;
	background-image: url('/images/upgrade/pay_plans_head_bg.gif');
	background-repeat: repeat-x;
	border-bottom: 0px;
	text-align: left;
}

#shop .cat th h2 {
	font-size: 14px;
	color: #004B96;
	margin: 0px;
	padding: 0px;
}

#shop .cat td {
/*	padding: 10px;*/
	line-height: 20px;
}

#shop .cat td.footer {
	background-color: #EEEEEE;
	border: 1px solid #C9D6DE;
	border-bottom: none;
	text-align: center;
}

#shop .cat td hr {
	background-color: #C9D6DE;
	height: 1px;
	border: 0;	
}

#shop .cat p.special_description {
	text-align: left;
	padding-left: 50px;	
}

#shop .cat span.free {
	font-size: 14px;
	font-weight: bold;
	color: #CF0C0C;	
}

#shop .cat p.vat {
	font-size: 10px;
	color: #888888;
}

#shop .cat p.vat a {
	color: #888888;
}

#cart table td.right {
	text-align: right;
	vertical-align: top;
	width: 80px;
}

#shopFrame img.photo {
	padding: 5px;
	border: 1px solid #C2C2C2;	
}

/* Sidebar Gallery */

#sideBarGallery {
    margin-left: 20px;
    width: 180px;
    border-collapse: collapse;
}

#sideBarGallery th {
	height: 25px;
}

#sideBarGallery td {
	text-align: center;
}

#sideBarGallery .photo {
	background-color: #FFFFFF;
	border-collapse: collapse;
	border: 1px solid #C9D6DE;
	text-align: center;
	line-height: 14px;
	width: 140px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #0C233F;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Select menu */
#shop_choose_target {
	width: 320px;
	height: 31px;
	margin-bottom: 20px;
	margin-left: -1px;
	line-height: 20px;
	position: relative;
	border: 1px solid #C9D6DE;
	background-image: url('/images/shop/select_arrow.gif');
	background-repeat: no-repeat;
	background-position: 298px 7px;
}

#shop_choose_target .gift {
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 5px;
}
	
#shop_choose_target span.label {		
	padding-left: 35px;
	line-height: 31px;
	color: #17447C;
	font-weight: bold;
}

#shop_choose_target ul {
	list-style-type: none;
	width: 440px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border: none;	
	border-top: 1px solid #C9D6DE;
	position: absolute;
	z-index: 2;
	top: 31px;
	left: -1px;
	display: none;
}

#shop_choose_target li {
	list-style-type: none;
	border: 1px solid #C9D6DE;
	border-top: 0;
	background-color: #FFFFFF;
	padding: 5px 0;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 5px 15px;
}

#shop_choose_target li.present {	
	background-image: url('/images/shop/icon_present.gif');	
}

#shop_choose_target li:hover {
	background-color: #D8DFEA;
	cursor: pointer;
}

#shop_choose_target img.photo {
	padding: 5px;
	border: 1px solid #C2C2C2;
	background-color: #FFFFFF;
	margin: 5px 5px;
	width: 40px;
	float: left;
}

#shop_choose_target a {
	font-size: 14px;
}

#shop_choose_target span.teaser {
	font-style: italic;
}

/* Shopping Cart as sidebar */
#shop_cart_checkout table.cart_list {
	width: 250px;
}

#shop_cart_checkout table.cart_list td.right {
	width: 80px;
	text-align: right;
	vertical-align: top;
}

#side_cart {
	width: 190px;
	margin-top: 270px;
	margin-right: 10px;
	border: 1px solid #C9D6DE;
	border-top: none;
	float: right;	
	display: inline;	
}

#side_cart table.cart_list {
	width: 100%;
	border-collapse: collapse;
}

#side_cart table.cart_list th {
	background: url('/images/upgrade/pay_plans_head_bg.gif');
	line-height: 24px;
	color: #004B96;
	font-weight: bold;
	text-align: left;
	padding: 0 3px;
}

#side_cart table.cart_list td {
	vertical-align: top;
	padding: 0 3px;
	line-height: 24px;
	font-size: 11px;
}

#side_cart table.cart_list td.right {
	width: 70px;
	text-align: right;
}

#side_cart table.cart_list td.total {
	font-weight: bold;
	border-top: 1px solid #C9D6DE;
}

/* Submit button */
.upgradeSubmit {
	width: 92px;
	height: 23px;
	background-image: url('/images/upgrade/submit_button.gif');
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
	outline: 0px;
	cursor: pointer;
}
