html, body, p, ul, div {
    color: #333333;
}
.greenbar{

	background:url(/rcm/geotrust/images/greenbar.png) no-repeat;
}
/************ Chat Box + Assist box *********************/


#chatBox{
	background-color: #F27A3D;
	border-style:solid;
	border-color:#D3D3D3;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F58E5E), to(#F27A3D));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #F58E5E, #F27A3D);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #F58E5E, #F27A3D);
	/* IE 10 */
	background: -ms-linear-gradient(top, #F58E5E, #F27A3D);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #F58E5E, #F27A3D);
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F58E5E', endColorstr='#F27A3D');
}

#chatBox div.sidebarIcon, #assistance_topBox div.sidebarIcon {
	/*background: url("/rcm/geotrust/images/chat_with_us.png") no-repeat scroll 0 50% transparent;*/
	background: url("/rcm/geotrust/images/sprites/common_sprite.png") no-repeat;
	background-position: -71px 0;
	width: 37px;
	height: 36px;
}

#assistBox div.sidebarIcon, #assistance_bottomBox div.sidebarIcon {
	/*background: url("/rcm/geotrust/images/call_us.png") no-repeat scroll 0 50% transparent;*/
	background: url("/rcm/geotrust/images/sprites/common_sprite.png") no-repeat;
	background-position: -38px 0;
	width: 28px;
	height: 29px;
}

#assistBox p.sidebarText,
#assistanceBox p.sidebarText {
    color: #3B6285;

}

#assistBox p.sidebarText2,
#assistanceBox p.sidebarText2 {
	 color: #444444;
    font-family: inherit
}

div.sidebarHeader {
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	/* background: none repeat scroll 0 0 #525252; */
	background-color: #A1A2A4;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#636468), to(#A1A2A4));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #636468, #A1A2A4);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #636468, #A1A2A4);
	/* IE 10 */
	background: -ms-linear-gradient(top, #636468, #A1A2A4);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #636468, #A1A2A4);
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#636468', endColorstr='#A1A2A4');
}

#chatBox div.sidebarIcon, #assistanceBox div.sidebarIcon{
	margin-bottom:0px !important;
}
/********** Price Box *********************/
div.priceboxProductName,#priceBoxIncludedTitle,#subtotalText,#discountText {
	color:#3B6285;
}
#discountAmount, #promoDiscountAmount {
	color:#CC3333;
}
/********* Breadcrumbs style *****************/
.breadcrumbs {
	border-color: #D3D3D3;
	border-style:solid;

	background:#E4E4E4;
	/* Safari 4-5, Chrome 1-9  */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F8F8F8), to(#E4E4E4));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #F8F8F8, #E4E4E4);
	/* Firefox 3.6+  */
	background: -moz-linear-gradient(top, #F8F8F8, #E4E4E4);
	/* IE 10  */
	background: -ms-linear-gradient(top, #F8F8F8, #E4E4E4);
	/* Opera 11.10+  */
	background: -o-linear-gradient(top, #F8F8F8, #E4E4E4);
	/* for IE	 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E4E4E4');
}
.crumb {
	color:#9F9F9F;
}

.active {
	color:#fff;
	font-weight:700;
	font-family:Arial;

	background:#F37527;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F69156), to(#F37527));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #F69156, #F37527);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #F69156, #F37527);
	/* IE 10 */
	background: -ms-linear-gradient(top, #F69156, #F37527);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #F69156, #F37527);
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F69156', endColorstr='#F37527');
}

.active .idx, .active .ptr, .visited .idx, .visited_beforeLast .idx, .visited_beforeLast .ptr, .idx {
	background: url("/rcm/geotrust/images/sprites/breadcrumb.png") no-repeat;
}

.active .idx {
	/*background-image: url(/rcm/geotrust/images/breadcrumb_orange_circle.png);*/
	background-position: -109px 5.5px;
	color:#FFFFFF;
}

.active .ptr{
	/*background:url(/rcm/geotrust/images/breadcrumb_orange_arrowhead.gif) no-repeat 1px 0 transparent;*/
	background-position: -85px 0;
	width: 19px;
}

.visited, .visited_beforeLast {
	background-image:url(/rcm/geotrust/images/breadcrumb_blue_bg.png);
}

.visited .idx, .visited_beforeLast .idx{
	/*background-image: url(/rcm/geotrust/images/breadcrumb_blue_circle.png);*/
	background-position: -29px 5px;
}

.visited_beforeLast .ptr{
	/*background:url(/rcm/geotrust/images/breadcrumb_blue_arrowhead.gif) no-repeat 1px 0 transparent;*/
	background-position: 0 0;
	width: 18px;
}

.idx {
	/*background:url(/rcm/geotrust/images/breadcrumb_gray_circle.png) no-repeat 0 50% transparent;*/
	background-position: -57px 5px;
	height: 33px;
}

/********* Button Style ********************/

.ContinueButton .LeftCr, .ContinueButton_buy .LeftCr, .ContinueButton_buy .LeftCr_rec {
	/*background: url("/rcm/geotrust/images/orange_btn_lf.png");*/
	background: url("/rcm/geotrust/images/sprites/common_sprite.png") no-repeat;
	background-position: -913px 0;
	height: 35px;
}
.ContinueButton .RightCr, .ContinueButton_buy .RightCr, .ContinueButton_buy .RightCr_rec {
	/*background: url("/rcm/geotrust/images/orange_btn_rh.png");*/
	background: url("/rcm/geotrust/images/sprites/common_sprite.png") no-repeat;
	background-position: -928px 0;
	height: 35px;
}
.ContinueButton .bg, .ContinueButton_buy .bg, .ContinueButton_buy .bg_rec {
	background: url("/rcm/geotrust/images/orange_btn_bg.png");
}

.buttontext {
    color: #FFFFFF !important;
}
.buttontext_black {
    font-weight: bold;
}
.LeftCr_black,.ContinueButton .LeftCr_rec{
	/*background: url("/rcm/geotrust/images/gray_btn_lf.png");*/
	background: url("/rcm/geotrust/images/sprites/common_sprite.png") no-repeat;
	background-position: -476px 0;
	width: 11px;
}

.RightCr_black, .ContinueButton .RightCr_rec{
	/*background: url("/rcm/geotrust/images/gray_btn_rh.png");*/
	background: url("/rcm/geotrust/images/sprites/common_sprite.png") no-repeat;
	background-position: -492px 0;
	width: 11px;
}

.bg_black, .ContinueButton .bg_rec{
	background: url("/rcm/geotrust/images/gray_btn_bg.png");
}

.ContinueButton_Disabled .LeftCr {
	background: url("/rcm/geotrust/images/disabled_orange_btn_lf.png");
}

.ContinueButton_Disabled .RightCr{
	background: url("/rcm/geotrust/images/disabled_orange_btn_rh.png");
}

.ContinueButton_Disabled .bg{
	background: url("/rcm/geotrust/images/disabled_orange_btn_bg.png");
}

.ContinueButton .LeftCr_rec, .ContinueButton_buy .LeftCr_rec{
	margin-right:-2px;
}
/********* Product Options Page *****************/
.optHeader,#csrSection, #csrPage, #pickup_csrSection{
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F58E5E), to(#F27A3D));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #F58E5E, #F27A3D);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #F58E5E, #F27A3D);
	/* IE 10 */
	background: -ms-linear-gradient(top, #F58E5E, #F27A3D);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #F58E5E, #F27A3D);
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F58E5E', endColorstr='#F27A3D');

	background: url("/rcm/geotrust/images/orange_header.gif");*/
	/*background: url("/rcm/geotrust/images/sprites/product_selection_sprite.png") no-repeat #F27A3D;
	background-position: -487px 0;*/
}

.optIcon1 {
	background:url(/rcm/geotrust/images/EV_Icon_blue.gif) no-repeat 1px 0 #454545;
}
.optHeader, .optHeadList, .optHeader p{
	color: #FFFFFF;
}

/********* Sign In Page *****************/
#orDivider,#orDivider_yellow,#orDivider_gray {
	background:url(/rcm/geotrust/images/OR.png) no-repeat left;
}
.signInHeader{
	font-weight: normal !important;
}
/********* CSR Page ***************/
#csrSection {
	background-color: #F27A3D;
}

.cfgTitle {
    line-height: 30px !important;
}

.step1 {
	background:url(/rcm/geotrust/images/gray_bullet_no1.png) no-repeat left;
}
.step2 {
	background:url(/rcm/geotrust/images/gray_bullet_no2.png) no-repeat left;
}
.step3 {
	background:url(/rcm/geotrust/images/gray_bullet_no3.png) no-repeat left;
}
.step4 {
	background:url(/rcm/geotrust/images/gray_bullet_no4.png) no-repeat left;
}

.csrHeader .sectionHeader1, .csrHeader .content, #csrDtl, .csrHeader .sectionTitleBarText, #CSRSubHeader,#CSR_pickup_subhead{
	color: #FFFFFF;
}

#csrPage .contentArea {
	margin: 15px 10px;
}

#linkToAccount{
	 padding: 0 30px 60px 15px !important;
}

#submitCSRForm #linkToAccount{
	 padding: 15px 30px 30px 15px !important;
}

#linkToAccount a{
	float: right;
}

#includedTitle {
	padding-bottom: 20px;
}

/********* Product Comparison Page *****************/
.seal_img {
	/*background:url("/rcm/geotrust/images/seal_lynch-inc.gif") no-repeat scroll 0 50% transparent;*/
	background: url("/rcm/geotrust/images/sprites/product_selection_sprite.png") no-repeat;
	background-position: -218px -205px;
	width: 91px;
	height: 44px;
}

.yes_green_dot,.yes_green_dot_rec{
	/*background:url("/rcm/geotrust/images/blue_dot.png") no-repeat scroll 0 50% transparent;*/
	background: url("/rcm/geotrust/images/sprites/product_selection_sprite.png") no-repeat;
	background-position: 0 0;
	width: 12px;
	height: 12px;
}

#reco_btm_img {
	/*background:url("/rcm/geotrust/images/recommended_shadow.png") no-repeat scroll 0 50% transparent;*/
	background: url("/rcm/geotrust/images/sprites/product_selection_sprite.png") no-repeat;
	background-position: 0 -205px;
	width: 213px;
	height: 5px;
}

#reco_text {
    width: 147px;
    background-color: #4583B9 !important;
}

.seal_img, .seal_img_rec{
	width:95px;
	height:50px;
}

#reco_btm_img {
	width:153px;
	top:26px;
}

#assistance_bottomBox, #assistance_topBox {
	 border: 1px solid #D3D3D3;;
	background-color: #F7F7F7;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EAEAEA), to(#F7F7F7));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #EAEAEA, #F7F7F7);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #EAEAEA, #F7F7F7);
	/* IE 10 */
	background: -ms-linear-gradient(top, #EAEAEA, #F7F7F7);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #EAEAEA, #F7F7F7);
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEAEA', endColorstr='#F7F7F7');
}

#assistance_bottomBox p, #assistance_topBox p {
	color: #333333;
}

/********* Page headers for Geotrust *****************/

#titleOrgInfo, #titleBilling, #titleSummary, #titleSignUp, #editSignIn, #titleOrgContactInfo, #titleTechContactInfo, #cardHolderTitle h1, .auto_title h1, .signInHeader, #titleSanMgmt, #titleDAC, #titleCTInfo, #dcvAuthTypeTitle {
	color: #ED6F00;
}


/*********** Cert pick up page ******************/
.step1_yellow {
	background:url(/rcm/geotrust/images/gray_bullet_no1.png) no-repeat left;
}
.step2_yellow {
	background:url(/rcm/geotrust/images/gray_bullet_no2.png) no-repeat left;
}
.step3_yellow {
	background:url(/rcm/geotrust/images/gray_bullet_no3.png) no-repeat left;
}
.step4_yellow {
	background:url(/rcm/geotrust/images/gray_bullet_no4.png) no-repeat left;
}

#csr_pickup_pgcontent{
 	background-color: #F27A3D;
 }

#reciptTxt .priceBoxText{
	padding-top:10px;
}

.genCSRContainer .right{
	width: 220px !important;
}
 /********* Footer ********************/
 .company_link a, .spaces2Divider {
	color:#FFFFFF !important;
	text-decoration:none;
}

#logos{
	/*background:url(/rcm/geotrust/images/footer_seal_gray_bg.png) no-repeat 1px 0 transparent;*/
	background: url(/rcm/geotrust/images/sprites/common_sprite.png) no-repeat;
	background-position: -164px 0;
	width: 295px;
	height: 111px;
}

/********* SAN Management ************/

#sanMgmtTbl{
	width:620px;
}
.sanTblHeader{
	background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    height: 40px;
}
.sanTblHeader span,.sanTblRows span{
 	line-height: 40px;
    padding-left: 25px;
}
.sanTblHeader span{
	font-weight: bold;
}
.sanTblRows{
	border: 1px solid #D3D3D3;
    height: 40px;
}
.activeBtn, .activeBtn_noRefund{
	background:url("/rcm/geotrust/images/delete.png") no-repeat scroll 0 50% transparent;
	cursor: pointer;
	width:16px;
	height:16px;
}
.undoBtn{
	background:url("/rcm/geotrust/images/lc_undo.png") no-repeat scroll 0px -3px transparent;
	cursor: pointer;
}
.undo_delBtn{
	padding-right: 10px;
}
#addSANsBtnDiv{
	padding-top: 15px;
	cursor: pointer;

}
#titleSanMgmt, #titleDAC{
	 font-size: 2em;
}
.activeClr{
	color: #333333;
}

.inactiveClr, .dotComWaterMark{
	 color: #9F9F9F;
}
.sanTblRows .domainNameWM{
	height: 25px;
	border: 1px solid #D3D3D3;
	padding-left: 5px;
}
.dotComWaterMark{
	padding-left: 10px !important;
}
#addSanBtn{
	width:20px;
	height: 20px;
	background:url("/rcm/geotrust/images/Add.png") no-repeat transparent;
	cursor: pointer;
	display:inline;
	bottom:7px;
	position:relative;
	margin-right:3px;

}
#learnMoreSanPrice{
	cursor: pointer;
    padding-right: 2px;
    padding-top: 10px;
    text-decoration: underline;
}
.headInfo a, #learnMoreSanPrice a{
	 color: #1122CC;
}
#undo_delBtn{
	padding-right:10px;
}
.domainNameWM{
	position:absolute;
	margin: 7px;
}
.watermark{
	display:none;
	position:absolute;
	color:#9f9f9f;
	padding-left: 15px !important;
}
.watermarkClear{
	clear:both;
	padding:0px;
}
.sanName{
	width:185px;
}

 .domainNameWM {
	padding-top:6px;
	margin-top:2px!important;
}



#language_selection li + li{
	background-image: url(../../images/header_menu_link_arrow.png) ! important;
	background-color: #EEE !important;
    background-position: 6px 5px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #DEDEDE !important;
    padding: 2px 10px 3px 17px;

}

#logo3{
	margin-top:21px!important;
}

#submitCSR {
	background-color:#F27A3D;
}

.sub-paragraph{
	    margin-left: 10px;
    /* padding-left: 10px; */
    border-left: 4px solid #D95447;
    margin-bottom: 10px;
    padding: 10px;
}

#auth-contact-div .paragraphs{
	margin:10px 0px 0px 30px;
}

.triangle-left{
	border-top: 9px solid transparent;
    border-right: 10px solid red;
    border-bottom: 10px solid transparent;
    float: right;
}

#action_required{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.action_required{
	float: right;
    background: red;
    color: white;
    padding: 3px;
    font-weight: 500;
    height: 13px;
    text-align: center;
}

#auth-info-box{
   margin-left: 155px;
}
.box-option{
	padding: 0px 5px 0px 15px;
}
.box-option-subtext{
	color:#666;
}
#emailOptionInsight{
	color: #666666;
	border: 1px solid #E4E4E4;
	padding: 8px;
	margin: 16px;
	height:40px;
	background:url(/rcm/common/images/email_auth_insight.png);
	background-repeat: no-repeat;
	    padding-left: 50px;
}
#dcvAuthType{
	background:#fff;
}
.action-text{
	cursor:pointer;
}