/** BASIC */

body {
	margin: 30px 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.gif) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

legend {
	display: none;
}

#inputtext1 {
	height: 15px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-top-color: #B4B4B4;
	border-left-color: #D0D0D0;
}

#inputsubmit1 {
	width: 51px;
	height: 21px;
	margin-left: 5px;
	background: url(images/subpage1_03.jpg);
	border: none;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

.text1 {
	font-size: 16px;
	color: #FFFFFF;
}

.text2 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.text3 {
	text-align: center;
	font: bold 18px Tahoma, Arial, Helvetica, sans-serif;
	color: #ffc20f;
}

.text3 span {
	position: relative;
	margin-top: -10px;
	font-size: 11px;
}

.text4 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #3C3C3C;
}

.text5 {
	text-align: center;
	color: #C2C2C2;
}

.text6 {
	font-size: 12px;
	font-weight: bold;
}

.text7 {
	font: bold 18px Tahoma, Arial, Helvetica, sans-serif;
	color: #ffc20f;
}

.text7 span {
	position: relative;
	margin-top: -10px;
	font-size: 11px;
}

.text8 {
	font: bold 18px Tahoma, Arial, Helvetica, sans-serif;
	color: #ffc20f;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	margin-bottom: 20px;
}

/** LINKS */

a {
	color: #5D5D5D;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	display: block;
	height: 33px;
	padding-top: 3px;
	background: url(images/homepage16.jpg) no-repeat center top;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.link3 {
	color: #FFFFFF;
}

.link4 {
	color: #A9A9A9;
}

.link5 {
	padding-left: 12px;
	background: url(images/subpage1_02.gif) no-repeat 1px 50%;
	text-decoration: none;
	color: #FFFFFF;
}

.link5:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1  { background: #2D2D2D url(images/homepage03.gif) repeat-x left bottom; }
.bg2  { background: #7a9754 url(images/homepage04.jpg) no-repeat right top; }
.bg3  { background: #FFFFFF url(images/homepage11.gif) repeat-y left top; }
.bg4  { background: #018db1 url(images/homepage12.gif) no-repeat right top; }
.bg5  { background: url(images/homepage14.gif) repeat-x left top; }
.bg6  { background: url(images/homepage15.gif) no-repeat center top; }
.bg7  { background: #ffc20f url(images/homepage17.jpg) no-repeat left top; }
.bg8  { background: url(images/homepage18.gif) no-repeat left top; }
.bg9  { background: url(images/homepage19.gif) repeat-x left top; }
.bg10 { background: url(images/subpage2_01.jpg) no-repeat left top; }
.bg11 { background: url(images/subpage1_04.gif) no-repeat left top; }
.bg12 { background: url(images/subpage1_05.gif) repeat-y left top; }

/** BORDERS */

.bt { border-top: 1px solid #DDDDDD; }
.br { border-right: 1px solid #DDDDDD; }
.bb { border-bottom: 1px solid #DDDDDD; }
.bl { border-left: 1px solid #DDDDDD; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.grayborder {
	border:5px solid #e8e8e8;
}


#bluebar {
	color:#ffffff;
	width:470px;
}

#bluebar td {
	color:#ffffff;
}

#bluebar a {
	color:#ffffff;
	text-decoration:underline;
}

#bluebar a:hover {
	color:#ffffff;
	text-decoration:none;
}

#bluebar form {
	margin:0;
}

#bluebar .right {
	text-align:right;
}






/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}

/* standard table display */
.std_table {
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; }




/* standard table display */
.std_table {
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:85%;
}

table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100px;
	float:left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}

/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:15px !important; }


.dottedBorder {
	border: 1px dotted #e8e8e8; 
	background-color: #F9F9F9;
	padding: 5px	
}

.center {
	text-align:center;
}

.eggcomparison {
	float:left;
	margin-right:20px;
	width: 195px;
}

.toyandcandy {
	float:left;
	margin-right:10px;
	margin-bottom:15px;
	width: 195px;
	height:162px;
	border:1px solid #000000;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

/* General styles */
.menuhdr{
	background-color : #B3B7BB;
	color : White;
	font-size : x-small;
	font-weight : bold;
	padding : 3px 5px;
	text-align : left;
}

.menubdr{
	background-color : #B3B7BB;
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}

/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }

.txtfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	border:1px solid black;
}

.submitbtn {
   color:#666666;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #f3f3f3;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #aaaaaa;
}

.supersmall {
	font-size:8px;
}