
/*=================================
RIGHT TABLE
=================================*/
#page #right-table {
	float:left;
	width:250px;
	height:auto;
	margin-top: 30px;
	z-index: 4;
}

#right-table .clear {
	clear:left;
}

#right-table span {
	display:block;
	padding:0 0 5px 0;
}

/*=== RIGHT BLOG ==*/
#right-table #right-blog {
	width:235px;
	height:auto;
	text-align:left;
	margin:20px 0 0 0;
}
#right-blog a:link, #right-blog a:visited {
	color:#EE2D8D;
	font-size: 18px;
  	line-height: 1.5em;
	text-align:left;
	text-decoration:underline;
	margin:0 0 -3px 0;
}
#right-blog a:hover {
	color:#555;
}

#right-blog span {
	color:#555;
	font-family:Gotham, Arial,"sans serif";
	font-size:13px;
	padding:3px 7px 3px 7px;
	margin:0 0 5px 0;
}

#right-blog span.blog-date {
	font-size:10px;
	color:#555;	
}

#right-blog span a:link, #right-blog span a:visited {
	color:#696934;
	font-size: 13px;
  	line-height: 1.5em;
	font-weight:bold;
	text-decoration:none;
}
#right-blog span a:hover {
	color:#EE2D8D;
}

/*=== RIGHT BLOG 1 ==*/
#right-table #right-blog1 {
	width:235px;
	height:auto;
	text-align:left;
	margin:20px 0 0 0;
}
#right-blog1 a:link, #right-blog1 a:visited {
	color:#777;
	font-size: 18px;
  	line-height: 1.5em;
	text-align:left;
	text-decoration:underline;
	margin:0 0 -3px 0;
}
#right-blog1 a:hover {
	color:#000;
}

#right-blog1 span {
	color:#555;
	font-family:Gotham, Arial,"sans serif";
	font-size:13px;
	padding:3px 7px 3px 7px;
	margin:0 0 5px 0;
}

#right-blog1 span.blog-date {
	font-size:10px;
	color:#555;	
}

#right-blog1 span a:link, #right-blog1 span a:visited {
	color:#696934;
	font-size: 13px;
  	line-height: 1.5em;
	font-weight:bold;
	text-decoration:none;
}
#right-blog1 span a:hover {
	color:#EE2D8D;
}

/*=== TEXTEE==*/
#right-table #vote-textee {
	width:230px;
	height:auto;
	margin:10px 0 0 0;
}

#vote-textee a:link, #vote-textee a:visited {
	color:#0EA7DA;
	font-size: 18px;
  	line-height: 1.5em;
	text-align:left;
	text-decoration:underline;
	margin:0 0 -3px 0;
}
#vote-textee a:hover {
	color:#555;
}

#vote-textee div {
	width:220px;
	height:auto;
	background:#1F2D6A;
	border:#02A4E1 2px solid;
	-moz-border-radius:10px;
	-webkit-border-radius:10px; /* Safari */
	color:#FFF;
	font-size: 15px;
  	line-height: 1.5em;
	font-weight:bold;
	text-align:center;
	padding:3px 7px 3px 7px;
	margin:10px 0 0 0;
}
#vote-textee div a:link, #vote-textee div a:visited {
	color:#FFF;
	font-size: 15px;
  	line-height: 1.5em;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	margin:0 0 -3px 0;
}
#vote-textee div a:hover {
	color:#DDD;
}
#vote-textee div label {
	color:#02A4E1;	
}
#vote-textee div span {
	display:block;
	text-align:right;
}
#vote-textee div span a:link, #vote-textee div span a:visited {
	color:#3072D3;
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
}
#vote-textee div span a:hover {
	color:#21539E;
}
#vote-textee div p {
	display:block;
	text-align:center;
	margin:0px;
}
#vote-textee div p a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#vote-textee div p span {
	color:#0C8DB8;
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;
	display:block;
	text-align:center;
}

/*=== KONHEO IDOL ==*/
#right-table #konheo-idol {
	width:240px;
	height:auto;
	text-align:left;
	padding:3px 7px 3px 0;
	margin:10px 0 0 0;
}
#konheo-idol a:link, #konheo-idol a:visited {
	color:#EE2D8D;
	font-size: 18px;
  	line-height: 1.5em;
	text-align:left;
	text-decoration:underline;	
}
#konheo-idol a:hover {
	color:#555;
}
#konheo-idol #idols {
	margin:12px 0 0 2px;
}
#konheo-idol .idol {
	float:left;
	/*background: url(../images/bg-idol.gif) #FFF no-repeat;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; /* Safari */
	width:75px;
	height:75px;
	padding:1px;
}
/*#konheo-idol .idol a img {
	margin:7px 0 0 1px;
}
#konheo-idol .idol a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}*/

/*=== MORE TEE ==*/
#right-table #more-tee {
	width:250px;
	margin:0;
}

#more-tee div {
	width:50%;
	float:left;
}
#more-tee div img {
	border:#DDD 1px solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; /* Safari */
	padding:3px;
}
#more-tee div a:hover img, #more-tee div a:focus img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#more-tee div span {
	display:block;
	margin:5px 0 0 25px;
}
#more-tee div span a:link, #more-tee div span a:visited {
	color:#1F2D6A;
}
#more-tee div span a:hover {
	color:#EE2D8D;
}

/*=== MORE GALLERY ==*/
#right-table #more-gallery {
	width:230px;
	text-align:left;
	clear:left;
	padding:20px 7px 3px 0;
}

#more-gallery a:link, #more-gallery a:visited {
	color:#EE2D8D;
	font-size: 18px;
  	line-height: 1.5em;
	text-align:left;
	text-decoration:underline;
}
#more-gallery a:hover {
	color:#555;
}

#more-gallery #idols {
	margin:12px 0 0 2px;
}
#more-gallery .idol {
	float:left;
	/*background: url(../images/bg-idol.gif) #FFF no-repeat;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; /* Safari */
	width:75px;
	height:75px;
	padding:1px;
}
/*#more-gallery .idol a img {
	margin:7px 0 0 1px;
}
#more-gallery .idol a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}*/


/*=== DETAIL TEE ==*/
#right-table #tees-detail {
	width:230px;
	text-align:left;
	border-top: 3px solid #FDDFEE;
	padding:15px 0 15px 0;
}
#tees-detail #tee-price {
	color:#EE2D8D;
	font-family: Georgia,Times, "Times New Roman", serif;
	font-size: 27px;
  	line-height: 1.5em;
  	font-weight: normal;
}

#tee-detail span {
	color:#1F2D6A;
	font-size: 13px;
  	font-weight: bold;
	display:block;
	margin:10px 0 0 0;
}
#tee-detail span#tee-detail-content {
	color:#0EA7DA;
	font-weight:bold;
	font-size:11px;
	margin:5px 0 10px 10px;
}


#tees-detail #tee-size span {	
	color:#1F2D6A;
	font-size: 13px;
  	font-weight: bold;
	display:block;
}
#tee-size div {
	margin:5px 0 20px 5px;
}
#tee-size div label {
	color:#FFF;
	font-weight:bold;
	background:#AAA;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px; /* Safari */
	padding:5px 12px 5px 12px;
	margin:0 3px 0 3px;
}
#tee-size div label.sl{
	padding:5px 14px 5px 14px;
}
#tee-size div label:hover {
	background:#000;
}
#tee-size div label.soldout {
	color:#FFF;
	font-weight:bold;
	background:#EEE;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px; /* Safari */
	padding:5px 12px 5px 12px;
	margin:0 3px 0 3px;
}
#tee-size div label.soldout1{
	padding:5px 14px 5px 14px;
}

#tee-view {	
	color:#1F2D6A;
	font-size: 13px;
  	font-weight: bold;
	display:block;
}
#tee-view label {
	color:#0EA7DA;
}

/*=== VOTE DESIGN ==*/
#right-table #vote-design {
	width:230px;
	margin:30px 0 10px 0;
}

/*=== VOTE TEXTEE SCORE ==*/
#right-table #textee-score {
	width:230px;
	margin:0 0 10px 0;
}
#textee-score span {
	color:#1F2D6A;
	font-size:13px;
	font-weight:bold;
	margin:10px 0 5px 0;
}
#textee-score span label {
	color:#0EA7DA
}

/*=== SUBMIT ==*/
#right-table #right-submit {
	text-align:left;
	margin:0 0 20px 0;
}

/*=== ARTIST ==*/
#right-table #right-artist {
	width:230px;
}
#right-artist div#artist-bar {
	width:90px;
	background:#40BBE6;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; /* Safari */
	padding:3px 30px 3px 30px;
	margin:0 0 10px 0;
}
#right-artist div#artist-avatar {
	width:138px;
	height:96px;
	background: url(../images/empty3.gif) 0 0 no-repeat;
	padding:8px 0 0 9px;
}
#right-artist div#artist-avatar a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#right-artist span {
	display:block;
}
#right-artist span a:link {
	font-weight:bold;
	text-decoration:underline;
}
#right-artist span label {
	font-weight:bold;
}


/*=== GRAFIK ARTIST ==*/
#right-table #grafik-artist {
	width:250px;
	text-align:left;
	clear:left;
}

#grafik-artist a:link, #grafik-artist a:visited {
	color:#EE2D8D;
	font-size: 18px;
  	line-height: 1.5em;
	text-align:left;
	text-decoration:underline;
}
#grafik-artist a:hover {
	color:#555;
}

#grafik-artist div {
	margin:10px 0 0 0;
}
#grafik-artist .grartist {
	float:left;
	background: url(../images/bg-grafiktee.gif) #FFF no-repeat;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; /* Safari */
	width: 115px;
	height:86px;
	text-align:center;
	margin: 0 0 0 2px;
}
#grafik-artist .grartist a img {
	margin:8px 0 0 1px;
}
#grafik-artist .grartist a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


/*=== PHOTO ARTIST ==*/
#right-table #photo-artist {
	width:250px;
	text-align:left;
	clear:left;
	padding:3px 7px 3px 0;
}

#photo-artist a:link, #photo-artist a:visited {
	color:#EE2D8D;
	font-size: 18px;
  	line-height: 1.5em;
	text-align:left;
	text-decoration:underline;
}
#photo-artist a:hover {
	color:#555;
}

#photo-artist #idols {
	margin:12px 0 0 2px;
}
#photo-artist .ptartist {
	float:left;
	/*background: url(../images/bg-idol.gif) #FFF no-repeat;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; /* Safari */
	width:75px;
	height:75px;
	padding:1px;
}
/*#photo-artist .ptartist a img {
	margin:7px 0 0 1px;
}
#photo-artist .ptartist a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}*/