/* General Related Style ****************/

/*  Default Related Style ****************/

a {
/*  Pick a color that will stand out in the psd 
    and do a find and replace throughout this 
	document with this link color, it will change 
	the look and feel for the site. */
	
}

a:hover {
	
}

a.link01 {
	
}

a.link01:hover {
	
}

a.link02 {
	
}

a.link02:hover {
	
}

td, div {
	
}

img {
	
}

/*  Use the floatleft or floatright class to align an 
    image left or right. */

img.floatleft, .floatleft {
	
}

img.floatright, .floatright {
	
}

input, select, textarea {
	
}
 
h1 {
	
}

h2 {
	
}

h3, .txtship01 {
	
}

p {
	
}

ul {
	
}

li {
	
}

ol li {
/*  On a <ol> of a list, it will make a number
    list for you. So use the following format: 
	<ol><li></li></ol> */
	
}

/*  Template Related Style ****************/

.txt01 {
	
}

.txt02 {
		
}

.txt03 {
	
}

.txt04 {
	
}

.txtred01 {
	
}

.txtgreen01 {
	
}

.txtship01 {
	padding-left: 15px;
	margin-left: 15px;
	
}

.txtbold01 {
	
}

.txtitalic01 {
	
}	

/*  Do not edit the .pad01, .pad02 or .pad03 class.  */
	
.pad01 {
	
}

.pad02 {
	
}

.pad03 {
	
}

.form01 {
	padding: 10px 20px 10px 20px;
}

.popup01 {
/*  Here you can change the popup bar 
    background color in the .popup01 class 
	(normally if you do a find and replace 
	with the link color as I stated above, 
	you won't need to unless you want 
	different colors). */
	
}

.popup02 {
	
}

.popup02 p {
	
}

.outertable01 {
/*  Here you can change the color of the
    border for the checkout pages.  */	
	background: url(../images/bg_main01.gif);
}

.outertable02 {
/*  Here you can change the color of the
    border for the email page.  */	
	
}

.Footer01 {
	
}

.Footer01 p {
	
}

#WrapHead {
/*  Here you can change the checkout
    bar colors in the #WrapHead ID 
	(normally if you do a find and replace 
	with the link color as I stated above, 
	you won't need to unless you want 
	different colors). */
	padding-left: 4px;
}

/* Page Related Style ****************/

.InnerCell {
	width: 750px;
}

.DefaultTable {
	padding: 4px;
}

.PageTitle {
	font-size: 12px; font-weight: bold;
}

.PageHead {
	height: 25px;
	font-size: 13px; font-weight: bold;
}

.PageTitle02 {
	
}

/* Form Related Style ****************/

form {
	margin: 0px;
}

.FormWrap {
	height: auto;
	margin: 0px 0px 0px 0px;
}

.FormImage {
	position: relative;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	left: 0px;
	top: -550px;


}

input.FormInput, .textArea {
	background: #FFF url(images/bg_input.gif) repeat-x;
/*  Below you can change the form border 
    colors (normally if you do a find and 
	replace with the link color as I 
	stated above, you won't need to unless 
	you want different colors). */
	padding: 2px;
	height: 20px;
}

.textArea {
	height: auto;
}

select.FormInput {
/*  Below you can change the form border 
    colors (normally if you do a find and 
	replace with the link color as I 
	stated above, you won't need to unless 
	you want different colors). */
	margin-bottom: 2px;
}

input {
	
}

.FormTextL {
	
}

.FormTextR {
	
}

.FormTextR02 {
	
}

.FormTextC {
	
}

.FormMsg {
	font-size: 10px;
}

.FormMsg02 {
	font-size: 10px;
}

.FormError {
	
}

.FormSubmit {
	vertical-align: middle;
	height: 60px;
}

/* Form Input Styles *****************/
#option { }

#quantity { 
	width: 40px;
	padding-left: 3px;
}

#title { 
	width: 50px; 
}

#fname {
	width: 165px;
}

#lname { 
	width: 150px; 
}

#address1 { 
	width: 175px; 
}

#address2 { 
	width: 150px; 
}

#city { 
	width: 175px; 
}

#state { 
	width: 150px; 
}

#zip { 
	width: 75px; 
}

#country { 
	width: 150px; 
}

#phone1 { 
	width: 35px; 
}

#phone2 { 
	width: 35px; 
}

#phone3 { 
	width: 45px; 
}

#email { 
	width: 175px; 
}

#ccno { 
	width: 150px; 
}

#cctype { width: 150px; }

#ccexpmo { }

#ccexpyr { }

#cccvv { width: 45px; }

.copybody {
	
}

