@charset "utf-8";
.strapline
{
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light", Verdana;
	font-size: 16px;
	margin-top: -17px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #183463;
}
.block_center {
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.quote_ref
{
	font-weight: normal;
	color: #FFA011;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}



#email_system_specs
{
	position: absolute;
	color: #FFFFFF;
	padding: 10px;
	z-index: 100;
	position: relative;
	margin-left: -300px;
	top: 50%;
	left: 50%;
	overflow: hidden;
	margin-top: -175px;
	filter: Alpha(Opacity=100);
	opacity: 1.00;
	-moz-opacity: 1.00;
	padding: 10px;
	height: 250px;
	width: 600px;
	display: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../../img/css/bgs/unobstructive_login_bg.png);
	background-repeat: no-repeat;
}

* html #email_system_specs 
{
	position: absolute;
	margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
    }
	
	
	
	

#unobstructive_login_holder
{
	position: absolute;
	color: #FFFFFF;
	padding: 10px;
	z-index: 100;
	position: relative;
	margin-left: -300px;
	top: 50%;
	left: 50%;
	overflow: hidden;
	margin-top: -175px;
	filter: Alpha(Opacity=100);
	opacity: 1.00;
	-moz-opacity: 1.00;
	padding: 10px;
	height: 250px;
	width: 600px;
	display: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../../img/css/bgs/unobstructive_login_bg.png);
	background-repeat: no-repeat;
}
.overlay   #full_row  
{
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 7px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: #FFA011;
}
.overlay  #full_row  #l
{
	float: left;
}
.overlay  #full_row  #r
{
	float: right;
}



    
* html .unobstructive_login_holder 
{
	position: absolute;
	margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
    }





















#unobstructive_login_holder .halfboxs #left
{
	width: 270px;
	float: left;
	margin-right: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-left: 10px;
}










#unobstructive_login_holder .halfboxs #right
{
	width: 270px;
	float: left;
}

form.one_per_line
{
}
form.one_per_line  input[type=text], textarea 
{
	font-size: 11px;
	margin: 0px;
	border: 1px solid #4A6594;
	width: 420px;
	background-image: url(../../img/css/forms/input_bg.jpg);
	background-repeat: no-repeat;
	background-position: 8px 2px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 30px;
	color: #666666;
}
form.one_per_line    input[type=text]:focus,textarea:focus
{
	background-image: url(../../img/css/forms/input_bg_active.jpg);
	color: #333333;
}

form.one_per_line .specs_text
{
	height: 208px;
}


form.one_per_line span
{
	display: block;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
form.one_per_line .button
{
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


form.one_per_line span p
{
	display: block;
	margin: 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
	font-size: 11px;
	font-weight: normal;
	background-image: url(../../img/css/forms/blue_input_head_bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
	line-height: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	width: 220px;
	left: 0px;
	top: 0px;
}


fieldset
{
	padding: 10px;
	border: 1px solid #C0C0C0;
}

fieldset legend
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
	font-weight: normal;
	font-size: 14px;
	color: #FFA011;
}


.floatRight
{
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

.floatLeft
{
	float: left;
	padding-right: 7px;
	padding-bottom: 5px;
}


#change_prices
{
	position: fixed;
	right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	bottom: 20px;
	z-index: 88;
	width: 455px;
}
#change_prices span
{
	background-image: url(../../img/configurator/user_price_box/images/top.png);
	background-repeat: no-repeat;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
	font-weight: normal;
	color: #eeeeee;
	font-size: 11px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	text-align: center;
	display: block;
}




.admin_pricing_table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
}

.admin_pricing_table td
{
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
  

.admin_pricing_table th
{
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
}
.user_pricing_table
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	width: 455px;
	margin: 0px;
	font-size: 10px;
}
#change_prices  #abs_email_quote
{
	position: absolute;
	z-index: 99;
	bottom: 10px;
	right: 10px;
	background-color: #181C18;
	border: 1px solid #FFA610;
	width: 400px;
	font-size: 14px;
	font-weight: bold;
	color: #FFA608;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#change_prices #abs_email_quote input
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
	font-size: 16px;
	width: 300px;
	font-weight: normal;
}


.user_pricing_table td
{
	border: 1px none #CCCCCC;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #1E1E1E;
}


.user_pricing_table td.totalTD{
	font-size: 15px;
	color: #FF0000;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
	background-image: url(../../img/configurator/user_price_box/images/bottom.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 8px;
	background-color: none;
}
.user_pricing_table td.totalTD i
{
	font-size: 12px;
	font-style: normal;
}
.user_pricing_table td.totalTD b
{
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}

.user_pricing_table td.buttonTD
{
	padding-bottom: 4px;
	text-align: center;
}
.user_pricing_table td.buttonTD img
{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.user_pricing_table #email_system_specs
{
	width: 200px;
	display: inline;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.user_pricing_table  img#email_system_specs_button 
{
	margin: 0px;
	display: inline;
	padding: 0px;
}




.user_pricing_table #unobstructive_login_button
{
	width: 200px;
	display: inline;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

.user_pricing_table #unobstructive_login_button img
{
	margin: 0px;
	display: inline;
	padding: 0px;
}
.user_pricing_table  #unobstructive_login_button  div
{
	margin: 0px;
	display: inline;
	padding: 0px;
}






.button_orangeMore
{
	color: #FFFFFF;
	background-image: url(../../img/buttons/orange_arrow.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 129px;
	display: block;
	text-decoration: none;
	padding-top: 6px;
	padding-left: 10px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: auto;
}
.button_orangeMore:hover
{
	background-image: url(../../img/buttons/orange_arrow_hover.png);
	color: #2e4976;
}

.myriad_head 
{
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light", Verdana;
	font-size: 18px;
	font-weight: normal;
	display: block;
}

.head_FullOrange
{
	background-image: url(../../img/css/page_heads/full_width/orange_circle.png);
	height: 55px;
	margin-bottom: 5px;
	color: #FFFFFF;
	padding-top: 25px;
	background-repeat: no-repeat;
	padding-left: 100px;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light", Verdana;
	font-size: 20px;
	margin-top: 10px;
	position: relative;
}

.head_FullOrange span
{
	display: block;
	position: absolute;
	font-size: 12px;
	left: 10px;
	top: 7px;
	width: 72px;
	line-height: 12px;
}

.head_FullOrange span b
{
	display: block;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
}

.head_FullOrange span i
{
	display: block;
	text-align: center;
	font-size: 12px;
}
.head_FullOrangeSmall
{
	background-image: url(../../img/layout/css/full_row1/full_orange_head_bar.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 11px;
	padding-right: 12px;
	padding-bottom: 16px;
	padding-left: 12px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
	font-size: 13px;
}


.displayTable
{
}

.displayTable td
{
	padding: 4px;
}

.displayTable td.leftHead
{
	font-weight: bold;
	color: #183463;
}


.basketTable
{
	width: 100%;
}

.basketTable tr.topHead
{
	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.basketTable tr td
{
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}








.spec_tab
{
	
}

.spec_tab tr
{
}

.spec_tab tr td
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.spec_tab tr th
{
	text-align: right;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	width: 200px;
	color: #333333;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
}
.spec_tab tr.head2
{
	background-image: url(../../img/layout/css/full_row1/full_blue_head_bar.jpg);
	background-repeat: no-repeat;
}


.spec_tab tr.head2 td
{
	font-weight: bold;
	background-image: url(../../img/layout/css/full_row1/full_blue_head_bar.jpg);
	color: #FFFFFF;
	background-repeat: no-repeat;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
	font-size: 13px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 6px;
}

.spec_tab tr.head1
{
	background-image: url(../../img/layout/css/full_row1/full_grey_head_bar.png);
	background-repeat: no-repeat;
}

.spec_tab tr.head1 td
{
	font-weight: normal;
	color: #666666;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
}












.spec_tab_full
{
	width: 939px;
}
.full_row2 .spec_tab_full {
	width: 690px;
}


.spec_tab_full tr
{
}

.spec_tab_full tr td
{
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
}
.spec_tab_full tr td.leftHead
{
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
}

.spec_tab_full tr th
{
	text-align: right;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	width: 200px;
	color: #333333;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
}

.spec_tab_full tr.head2
{
	background-image: url(../../img/layout/css/full_row1/full_blue_head_bar.jpg);
	background-repeat: no-repeat;
}

.spec_tab_full tr.head2 td
{
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
	font-size: 13px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 6px;
}



.spec_tab_full tr.head_black
{
	background-image: url(../../img/layout/css/full_row1/full_black_head_bar.jpg);
	background-repeat: no-repeat;
}

.spec_tab_full tr.head_black td
{
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
	font-size: 13px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 6px;
}



.spec_tab_full tr.head1
{
	background-image: url(../../img/layout/css/full_row1/full_grey_head_bar.png);
	background-repeat: no-repeat;
}

.spec_tab_full tr.head1 td
{
	font-weight: normal;
	color: #666666;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
}
.spec_tab_full tr.head3 td
{
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
































.buttonHolder
{
	text-align: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.item_type_holder
{
	position: relative;
}

.configured_icons
{
	position: absolute;
	top: 4px;
	right: 5px;
}

.icon_holder
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #7B7D94;
	border-right-color: #7B7D94;
	border-bottom-color: #7B7D94;
	border-left-color: #7B7D94;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.icon_holder .group_holder
{
	margin-right: 10px;
	display: block;
	float: right;
}
.icon_holder  .group_holder  .logoHold
{
	display: block;
	float: left;
	text-align: center;
	margin-right: 10px;
}
.icon_holder .group_holder .logoHold img
{
	max-height: 50px;
}

.icon_holder  .group_holder  .logoHold  b
{
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	display: block;
}

.main_image
{
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.full_row2 .right .container .logos_hold {
	width: 690px;
}


.logos_hold
{
	text-align: right;
	width: 800px;
}

.logos_hold img
{
	margin-left: 5px;
}






#image_gallery
{
	margin-top: 10px;
}

#image_gallery #main_gallery_img
{
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#image_gallery #thumbs
{
	margin-top: 0px;
	padding-left: 10px;
	border: 1px solid #1A3763;
	padding-top: 10px;
	width: 926px;
}

#image_gallery #thumbs a
{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	display: block;
	float: left;
}

#image_gallery #thumbs a img
{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#image_gallery #caption
{
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	background-color: #CCCCCC;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #1A3763;
	border-right-color: #1A3763;
	border-bottom-color: #1A3763;
	border-left-color: #1A3763;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
	font-size: 12px;
}

.featureBox_StorageNotice
{
	margin-top: 20px;
	background-image: url(../../img/css/featureBoxes/hardDrive/whole.jpg);
	height: 120px;
	background-repeat: no-repeat;
	padding-right: 180px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #CCCCCC;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
	padding-top: 0px;
}

.featureBox_StorageNotice b
{
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light", Verdana;
	color: #FFFFFF;
	font-size: 34px;
	font-weight: 600;
	display: block;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.featureBox_StorageNotice p
{
	display: block;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}







.featureBox
{
	margin-top: 20px;
	height: 120px;
	background-repeat: no-repeat;
	padding-right: 180px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #CCCCCC;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
	padding-top: 0px;
	position: relative;
}

.featureBox b
{
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light", Verdana;
	color: #FFFFFF;
	font-size: 34px;
	font-weight: 600;
	display: block;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.featureBox p
{
	display: block;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.featureBox .logo_holder {
	position: absolute;
	top: 10px;
	right: 10px;
}

.featureBox a.button
{
	color: #183463;
	background-image: url(../../img/buttons/orange_arrow.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 129px;
	display: block;
	text-decoration: none;
	padding-top: 7px;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 10px;
}
.featureBox#pc_pro_recomended {
	background-image: url(../../img/css/featureBoxes/reviews/pc_pro_recomended.jpg);
}
.featureBox#pc_pro_recomended img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#message {
	font-weight: bold;
	color: #BC3238;
	padding-top: 5px;
	padding-bottom: 10px;
}
.image_button {
	cursor:pointer;cursor:hand
}
#breadcrumbs {
	font-size: 10px;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#breadcrumbs a {
	color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFA514;
	border-right-color: #FFA514;
	border-bottom-color: #FFA514;
	border-left-color: #FFA514;
	padding-right: 5px;
}
