/*  page basic layout items  */
body{
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase;
	background-image: url(../Images/common/backgrounds/planet_04.gif);
	background-repeat: repeat-y;
	
}
body.insert{
	background-image: none;
}

form {
	margin:0px;
}

a:link{
	color:blue;
}
a:visited{
	color:blue;
}
a:active{
	color:blue;
}
a:hover{
	color:red;
}

img {
	margin:0;
	border:0;
}

/*  end page basic layout items  */

/*  user defined layout items  */
.sub {
	}
#head {
	font-weight:bolder;
}
/*  end user defined layout items  */

/* page position anchors */

.anchor {
}


.anchor #Page_container {
	margin-top:15px;	
}

/* end page position anchors */



/* header elements */

.header {
	background-image: url(../Images/common/backgrounds/plan_pg_bg.gif);
	background-repeat: repeat-x;
}
.header #container{	
}
.header #container img{	
}
.header #bar_container{
	position:absolute;
	top:170px;
	width:942px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	text-align:center;
	font-weight:bold;
}
.header #bar_container #head{
	float:left;
	background: #cc0000;
	width:142px;
	font-size:120%;
	line-height:20px;
	color:white;
	border-top:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
}
.header #bar_container #menuselected {
	float:left;
	padding-left:13px;
	padding-right:13px;
	text-align:center;
	border:1px solid black;
	background:black;
	color:white;
	line-height:20px;
	margin-left:1px;
}
.header #bar_container #menulink.hover {
	background:gray;
	color:white;
	cursor:pointer;
}
.header #bar_container #menulink   {
	float:left;
	padding-left:13px;
	padding-right:13px;
	text-align:center;
	border:1px solid black;
	background:white;
	line-height:20px;
	margin-left:1px;
}


.header #container marquee{
	position:absolute;
	width:940px;
	border-top:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	top:194px;
	background:black;
	color:white;
	font-weight:bold;
}


.header #float_container{
	Position:absolute;
	width:100%;
	border-bottom:2px solid white;
	Top:0px;
	Left:0px;
	font-size:100%;
	line-height:14px;
	background:#333333;
	
}

.header #float_container #head {
	float:left;
	background:#666666;
	color:white;
	padding-left:5px;
	padding-right:5px;
	line-height:14px;
	border-right:1px solid white;
}
.header #float_container #menulink {
	float:left;
	padding-left:10px;
	padding-right:10px;
	line-height:14px;
	font-weight:bold;
	border-right:1px solid white;
}

.header #float_container #menulink a:link {
	color:white;
	border-left:white;
	text-decoration:none;
}
.header #float_container #menulink a:visited {
	color:white;
	border-left:white;
	text-decoration:none;
}
/* end header elements */


/* main elements */

.main {
	margin-top:-10px;
	margin-bottom:5px;
	width:950px;
	
}
.navbar {
	text-align:right;
	height:25px;
	line-height:25px;
	font-size:120%;
	margin-right:10px;
	
}
.navbar #head {
	text-decoration:none;
}
.navbar #head a:visited{
	text-decoration:none;
}
.navbar #head a:link{
	text-decoration:none;
}
.navbar #head a:active{
}
.navbar #head a:hover{
}
.main #float_container{
	text-align:center;
	height:20px;
	margin-right:10px;
	font-weight:bold;
}
.main #float_container #menuselected {
	background:black;
	width:230px;
	text-align:center;
	float:right;
	color:white;
	margin-left:3px;
	line-height:20px;
	border:1px solid black;
}
.main #float_container #menulink.hover {
	background:red;
	color:white;
	cursor:pointer;
}
.main #float_container #menulink   {
	background:blue;
	color:white;
	width:230px;
	text-align:center;
	float:right;
	margin-left:3px;
	line-height:20px;
	border:1px solid black;
}
/* end main elements */

/* col_a elements */
.col_a {
	width:195px;
	float:left;
	font-size:9px;
}
.col_a #container{
	background:#eeeeff;
	border:1px solid black;
	margin:10px;
	padding:5px;
}
.col_a #head {
	margin-bottom:2px;
	margin-top:2px;
	background:black;
	color:white;
	text-indent:5px;
	line-height:20px;
	border: 1px solid white;
}
.col_a #subhead {
	text-align:center;
	font-weight:bold;
	background:white;
	border:1px solid black;
	padding:2px;
	margin-top:2px;
}
.col_a #dropdownbg {	
}
.col_a select {
	font-size: 7pt;
	text-transform: uppercase;
	color: #333333;
	height: 18px;
	width: 155px;
	margin-left:5px;

}
.col_a input {
}
.col_a input#btn {
}
.col_a #container #ebay {

	height:400px;
	background-image:   url(http://www.popshoponline.com/Stores/images/common/ebay_imgs/superman.jpg);	
}
.col_a #container #ebay img {
	float: left;
	width:100%;
	height:100%;
	
}
.col_a #footer{
}
/* end col_a elements */

/* col_b elements */
.col_b {
	width:540px;
	float:left;
}
.col_b iframe {
	width:527px;
	height:343px;
	margin:0px;
}
.col_b #head {
	margin-bottom:2px;
	margin-top:2px;
	background:black;
	color:white;
	text-indent:5px;
	line-height:20px;
	border: 1px solid white;

}
.col_b #container{
	background:#eeeeff;
	border:1px solid black;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
}
/* end col_b elements */

/* col_c elements */
.col_c {
	width:214px;
	float:right;
	font-size:7pt;
}
.col_c #head{
	margin-bottom:2px;
	margin-top:2px;
	background:black;
	color:white;
	text-indent:5px;
	line-height:20px;
	border: 1px solid white;
}
.col_c #subhead{
	font-weight:bold;
	line-height:20px;
	background:gray;
	color:white;
	border:1px solid black;
	text-indent:5px;
	margin-top:2px;
}
.col_c #text{
	font-weight:bold;
	line-height:20px;
	padding-left:5px;
	
}
.col_c #menuselected {
}
.col_c #menulink {
	margin-top:2px;
	background:white;
	font-weight:bold;
	text-indent:5px;
	line-height:20px;
	border: 1px solid black;
}

.col_c #menulink.hover   {
	background:red;
	color:white;
	cursor:pointer;	
}
.col_c #container{
	background:#eeeeff;
	border:1px solid black;
	margin:10px;
	padding:5px;
}
.col_c #banner {
	background-image:   url(../Images/common/subscribe_banners/thingban.gif);
	border: 1px solid white;
	margin:0px;
	height:262px;
}
.col_c #banner img {
	height:100%;
	width:100%;
	}
.col_c #formarea {
	font-weight:bold;
	font-size:7pt;
}
.col_c form {
}

.col_c select {
	height: 18px;
	width: 124px;
	margin-left:0px;
	text-transform:uppercase;
	font-size:7pt;
	margin-top:2px;
	}
.col_c #dropdownbg {
	font-weight:bold;
	font-size:7pt;
}
.col_c input {
	font-size:7pt;
	
}
.col_c input#btn {
	WIDTH:45px;
}
/* end col_c elements */


/* footer elements */
.footer {
	width:100%;
	background-color:black;
	font-weight:bold;
	color:white;
	clear:left;
	margin-bottom:5px;
	line-height:20px;
	text-indent:10px;
}
.footer a:link {
	color:gray;
	}
.footer a:visited {
	color:gray;
	}
.footer a:active {
	}
.footer a:hover {
	}
/* end footer elements */

























.pick_top {
	Zoom:1;
	background-color:#ffffff;
	border:1px solid black;
	padding:5px;
}

.pick_top #splash {
}
.pick_top #splashtext {
}

.pick_top #head {
}
.pick_top #subhead4 {
}
.pick_top #subhead {
	font-weight:bold;
	font-size:10pt;
}
.pick_top #subhead2 {
	font-weight:bold;
	color:red;
	margin-bottom:10px;
}
.pick_top #subhead2 a:link{
}
.pick_top #subhead2 a:visited{
}
.pick_top #subhead3 {
	clear:both;
	line-height:20px;
	background:silver;
	padding-right:10px;
	color:black;
	border:1px solid black;
	margin-top:2px;
	font-weight:bold;
	text-align:right;
}
.pick_top #subhead3 a:link{
	color:blue;
}
.pick_top #subhead3 a:visited{
	color:blue;
}
.pick_top #subhead3 a:hover{
	color:white;
}
.pick_top #subhead3.on{
	color:white;
	background:red;
	cursor:pointer;
}
.pick_top #subhead3.on a:link{
	color:white;
}
.pick_top #subhead3.on a:visited{
	color:white;
}
.pick_top #subhead4 {
	font-weight:bold;
	line-height:20px;
}

.pick_top #details {
	text-transform:none;
	border: 1px solid black;
	display:block;
	margin-bottom:5px;
	margin-top:5px;
	padding:5px;

}
.pick_top #menubar {
	line-height:20px;
	color:white;
	background: gray;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:2px;
	text-indent:5px;
	border:1px solid black;
}
.pick_top #menubar a:link {
	color:white;
	text-decoration:none;
	font-weight:bold;
}
.pick_top #menubar a:visited {
	color:white;
	text-decoration:none;
	font-weight:bold;
}
.pick_top #menubar a:hover {
	color:white;
	text-decoration:none;
}
.pick_top #menubar a:active {
}

.pick_top #menubar.on {
	background: red;
	cursor:pointer;
}

.pick_top #menubar.on a:link {
	color:white;
	text-decoration:none;
	font-weight:bold;
}
.pick_top #menubar.on a:visited {
}
.pick_top #menubar.on a:hover {
}
.pick_top #menubar.on a:active {
}
.pick_top #imgContainer  {	
}

.pick_top #imgContainer img {
}
.pick_top #imgContainer_cut  {
	border:1px solid black;
	float:left;
	margin-right:5px;
	height:300px;
	margin-bottom:2px;
	background:white url(../Images/common/banners/empty.jpg) no-repeat center center;	
}

.pick_top #imgContainer_cut img {
}

.pick_top #subhead5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	text-transform: uppercase;
	padding-top:3px;
	padding-bottom:3px;
	text-align: right;
	vertical-align: middle;
	color: #cc0033;
}
.pick_top #entryform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	color: black;
	line-height:20px;

}
.pick_top #entryform input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
	left: 10px;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	width: 190px;
}.pick_top #entryform input#short {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
	left: 10px;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	width: 60px;
	position: relative;
}
.pick_top #formhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	height: 24px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CC0066;
	border-right-color: #CC0066;
	border-bottom-color: #CC0066;
	border-left-color: #CC0066;
}
.pick_top #error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	right: 10px;
	text-align: right;
	vertical-align: middle;
	color: #cc0033;
	width: 100%;
	position: relative;
}
.pick_top input#btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	left: 10px;
	text-align: center;
	clear:both;
	vertical-align: middle;
	height: 20px;
	width: 130px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	margin-left:370px;
}












.sub_feature_container {
	Zoom:1;
	background-color:#ffffff;
	border:1px solid black;
	padding:5px;
}
.sub_feature_container #head {
}
.sub_feature_container #subhead {
	font-size:90%;
	font-weight:bold;
	height:65px;
	padding:2px;
	border-top:1px solid black;
}
.sub_feature_container #msrp {
}
.sub_feature_container #subhead2 {
}
.sub_feature_container #sectionhead {
	font-size:110%;
	font-weight:bold;
}
.sub_feature_container #subhead3 {
	clear:both;
}
.sub_feature_container #subhead3 a:link{
}
.sub_feature_container #subhead3 a:visited{
}
.sub_feature_container #subhead3 a:hover{
}
.sub_feature_container #text {
}
.sub_feature_container #subhead4 {
	font-size:80%;
	font-weight:bold;
	text-align:center;
	color:red;
	line-height:20px;
}
.sub_feature_container #menubar {
	font-weight:bold;
	font-size:90%;
	Line-Height:15px;
	background:#cccccc;
	border-top:1px solid black;
	border-bottom:1px solid black;
	margin-bottom:2px;
	text-align:center;
	
}
.sub_feature_container #menubar.on {
	background:red;
	color:white;
}
.sub_feature_container #menubar a:link {
	color:black;
}
.sub_feature_container #menubar a:visited {
	color:black;
}
.sub_feature_container #menubar a:active {
}
.sub_feature_container #menubar a:hover {
	color:white;
}
.sub_feature_container #ResultContainer  {
	width:91px;;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	margin-top:5px;
	margin-right:5px;
	border:1px solid black;
}
.sub_feature_container #ResultContainer.2  {
	background-color:#eeeeff;
	border:1px solid red;
	cursor:pointer;
	margin-left:6px;
	margin-bottom:6px;
	margin-top:4px;
	margin-right:4px;
}
.sub_feature_container #ResultContainer:hover  {
	background-color:#eeeeff;
	border:1px solid red;
	cursor:pointer;
	margin-left:6px;
	margin-bottom:6px;
	margin-top:4px;
	margin-right:4px;
}

.sub_feature_container #imgContainer  {
	background:white url(../Images/common/banners/empty.jpg) no-repeat center center;	
}
.sub_feature_container #imgContainer img {
width:89px;
height:150px;
}





.thisweek_container {
}
.thisweek_container #head {
}
.thisweek_container #subhead {
	font-weight:bold;
}
.thisweek_container #msrp {
}
.thisweek_container #subhead2 {
}

.thisweek_container #subhead3 {
	line-height:20px;
	background:silver;
	padding-right:10px;
	color:black;
	border:1px solid black;
	margin-top:2px;
	font-weight:bold;
	text-align:right;
}
.thisweek_container #subhead3 a:link{
	color:black;
}
.thisweek_container #subhead3 a:visited{
	color:black;
}
.thisweek_container #subhead3 a:hover{
	color:red;
}
.thisweek_container #text {
	text-transform:none;
	border: 1px solid black;
	margin-left:110px;
	margin-right:5px;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
}
.thisweek_container #subhead4 {
}
.thisweek_container #menulink {
	color:red;
}
.thisweek_container #menulink a:link {
	color:red;
}
.thisweek_container #menulink a:visited {
}
.thisweek_container #menulink a:active {
}
.thisweek_container #menulink a:hover {
}
.thisweek_container #spacer {
}

.thisweek_container #ResultContainer  {
	height:150px;
	background-color:#ffffff;
	margin-bottom:10px;
	border:1px solid black;
	padding:5px;
}
.thisweek_container #ResultContainer:hover  {
	background-color:#eeeeff;
	border:1px solid red;
	cursor:pointer;
	margin-left:1px;
	margin-bottom:11px;
	margin-top:-1px;
	margin-right:-1px;
}

.thisweek_container #ResultContainer.2  {
	background-color:#eeeeff;
	border:1px solid red;
	cursor:pointer;
	margin-left:1px;
	margin-bottom:11px;
	margin-top:-1px;
	margin-right:-1px;
}
.thisweek_container #imgContainer  {
	border:1px solid black;
	float:left;
	margin-right:5px;
	background:white url(../Images/common/banners/empty.jpg) no-repeat center center;	
}
.thisweek_container #imgContainer img {
	margin: 0px;
	height: 150px;
	width: 100px;
}







.cart_face{	
	Zoom:1;
	background-color:#ffffff;
	border:1px solid black;
	padding:5px;
}
.cart_face #container {
	line-height:20px;
	margin-bottom:2px;
	background:silver;
	font-weight:bold;
}
.cart_face #headline {
	font-weight:bold;
	line-height:20px;
	background:gray;
	color:white;
	text-indent:5px;
	border:1px solid black;
}
.cart_face #subhead {	
}
.cart_face #subhead2 {
	float:right;
	width:45px;
	text-align:center;
}
.cart_face #subhead3 {
	font-weight:bold;
	line-height:20px;
}

.cart_face #subhead3 a:link {
	font-weight:bold;
}
.cart_face #subhead3 a:visited {
}
.cart_face #subhead3 a:active {
}
.cart_face #subhead3 a:hover {
}
.cart_face #subhead4 {
	float:right;
	margin-right:5px;
	text-align:center;
}
.cart_face #subhead5 {
	font-weight:bold;
	color:red;
	line-height:20px;
}
.cart_face #subhead6 {
	text-align:center;
	background:white;
	border:1px solid black;
}
.cart_face #subhead7 {
	width:125px;
	line-height:20px;
	text-align:center;
	background:white;
	border:1px solid black;
	font-weight:bold;
}
.cart_face #subhead7.on {
	background:red;
	color:white;
	cursor:pointer;
}
.cart_face #menubar {
	float:right;
	width:55px;
	text-align:center;
	background:white;
	border:1px solid black;
}
.cart_face #menubar.on {
	background:red;
	color:white;
	cursor:pointer;
}
.cart_face #menubar.on a:link {
	color:white;
}
.cart_face #menubar.on a:visited {
	color:white;
}
.cart_face #menuselected {
	float:right;
	width:25px;
	text-align:center;
	margin-right:5px;
}









.jumbo {
	width:500px;
}
.jumbo #hdr {	
	width:500px;
	overflow:hidden;
}
.jumbo #hdr img{
	width: 498px;
	left:0px;
	border: 1px solid white;
}
.jumbo #ImageContainer {
	background:white url(../Images/common/banners/empty.jpg) no-repeat center center;	
}
.jumbo #ImageContainer img{
	width: 498px;
	border: 1px solid white;
}
.jumbo #footer{
	line-height:20px;
	background-color:#000000;
	border: 1px solid white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	text-indent:400px
}
.jumbo #footer a:link{
	text-decoration: none;
	color: #FFFFFF;
}
.jumbo #footer a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
.jumbo #footer a:active{
	text-decoration: none;
	color: #FFFFFF;
}
.jumbo #footer a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.cart_face #head {
	font-weight:bold;
	line-height:20px;
	color:white;
	background:black;
	font-size:140%;
	text-align:left;
	text-indent:5px;
}
.cart_face #subheader {
	text-align:left;
	font-weight:bold;
	line-height:20px;
	background:gray;
	color:white;
	text-indent:5px;
	border:1px solid black;
	clear:both;
	
}
.cart_face #item {
	float:left;
	width:32%;
	text-align:left;
	padding:3px;
}
