﻿/* Checkout */
.ccardDetails Table
{
	width: 425px; 
	margin: 0px auto;
	background-color:#F3F3F9;
	padding:5px 0px 2px 2px;
}

.ccardDetails TH
{
	line-height:17px;
	text-align:left;
}

.ccardDetails TD
{
	
}

.ccardDetails input
{
	margin: 2px 0;
}

/* Password Reset */
.prst_container td
{

}

.prst_InstructionText
{
	text-align:justify;
	padding:5px 5px 20px 5px;
	font-size:11px;
}

.prst_Textbox
{
	font-size:11px;
	width:150px;
}

.prst_SubmitButton
{
	font-size:11px;
	margin-right:100px;
}

.prst_label
{
    width:100px;
    _width:200px;
}

/* Register */
.rgstr_StrngthText
{
	font-style:italic;
}

.rgstr_StrngthText1, .rgstr_StrngthText2, .rgstr_StrngthText3, .rgstr_StrngthText4, .rgstr_StrngthText5
{
	color:White;
	padding:2px;
	font-weight:bold;
	z-index:100;
}

.rgstr_StrngthText1
{
	background-color:Red;
}

.rgstr_StrngthText2
{
	background-color:Orange;
}

.rgstr_StrngthText3
{
	background-color:Blue;
}

.rgstr_StrngthText4
{
	background-color:Teal;
}

.rgstr_StrngthText5
{
	background-color:Green;
}

.rgstr_captcha
{
	padding-top:0px;
	margin-left:-4px;
	margin-top:-5px;
	margin-bottom:-5px;
}

.rgstr_captcha span
{
	display:block;
	text-align:center;
	clear:both;
}

.rgstr_captcha input
{
	
}

.rgstr_captcha img
{
	border: solid 1px #888888;
}

#rgstr_Container
{
	
}

#rgstr_Container td
{
	padding: 2px;
	text-align:left;
	border-bottom: solid 1px #888888;
}

#rgstr_Container th
{
	text-align:right;
	padding: 2px 5px 2px 2px;
	border-bottom: solid 1px #888888;
}

#rgstr_Container input
{
	width:180px;
}

#rgstr_RememberMe input
{
	width:15px;
}

.udtl_container Table
{
	border-top: solid 1px #888888;
}

/* ---------------------------  */
/*	  Customization Pages		*/
/* ---------------------------  */
#divCustomizationWrapper H2, H2.dark
{
	border-bottom: solid 1px #000000;
	padding: 3px;
	margin: 3px 0px 5px 3px;
	background-color:#F3F3F9;
	color:#343851;
	font-size:16px;
}

.cstOptionsBox
{
	border:solid 1px #000000; 
	background-color:#fff;
}

/* ---------------------------  */
/*	  Checkout Pages		*/
/* ---------------------------  */
.checkoutStage
{
	font-size:14px;
	background-color:#F3F3F9;
	border: solid 1px #343851;
	color: #343851;
	padding:2px;
	margin-bottom:10px;
}

.checkoutStage a
{
	text-decoration:none;	
}

.checkoutStage a:hover
{
	text-decoration:underline;	
}

.checkoutStage_current
{
	color:#FF9C09;
}

/* ---------------------------  */
/*	  Product Detail Pages		*/
/* ---------------------------  */
.keywords
{
    width: 700px;
    color:#AAAAAA;
    text-align:justify;
    margin: 0 auto;
}