body,td,th,p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #121212;
}
form{margin:0;padding:0;}

A:ACTIVE{color:#990066;text-decoration:underline;}
A:LINK{color:#990066;text-decoration:underline;}
A:VISITED{color:#990066;text-decoration:underline;}
A:HOVER{color:#669900;text-decoration:none;}

.TopBottomBar{font-size:11px;
	background-color:#525252;
	height:23px;
	color:#FFFFFF;
}
A:ACTIVE.TopBottomBarLink{color:#FFFFFF;text-decoration:none;}
A:LINK.TopBottomBarLink{color:#FFFFFF;text-decoration:none;}
A:VISITED.TopBottomBarLink{color:#FFFFFF;text-decoration:none;}
A:HOVER.TopBottomBarLink{color:#FFFFFF;text-decoration:underline;}

.strike{
	text-decoration:line-through;
}
*/
/** BOX STYLES **/
.BoxFrame{background-color:#747474;}

.BoxHeader{
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	background-color:#ffffff;
	height:25px;
	color:#708090;
}
.BoxContent{
	font-family:verdana;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	padding-left:5px;padding-right:5px;padding-top:3px;padding-bottom:3px;
	background-color:#ffffff;
	color:#000000;
}
.BoxText{
	font-family:verdana;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	background-color:#ffffff;
	color:#000000;
}

/** PAGE HEADER AND NAVIGATION					**/
.pageHeader{
	font-family:verdana;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	background-color:#FFFFFF;
	text-align:left;
	padding:5px;
	margin:0px;
	color:#000000;
}

.pageNavigation{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	background-color:#FFFFFF;
	height:16px;
	color:#444444;
}

.pageNavigation div{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#444444;
}

/** CATALOG ITEMS				 				**/
.CatalogNavigation{
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#000000;
}
.CatalogItemDark{
	font-family:verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	background-color:#FCFCFC;
	padding:4px;
	color:#000000;
}
.CatalogItemLight{
	font-family:verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	background-color:#ffffff;
	padding:4px;
	color:#000000;
}

/** LISTS FOR CART ITEMS - USES CATALOG STYLES **/

.listHeader{
	font-family:verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	background-color:#FCFCFC;
	color:#000000;
}

.listItem{
	font-family:verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	background-color:#ffffff;
	color:#000000;
}

/** FORMS										**/
/**NEW FORM STYLES**/

.formFieldSet{
	border:1px solid #222222;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	/*border-style: outset;*/
	padding-bottom:10px;

}

.formContent{
	clear:both;
	float:left;
	padding-left:0px;
	width:99%;
}

.formSeparator{
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	padding:6px;
	color:#000000;
}

.formHeader{
	clear:both;
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	background-color:#F7F7F7;
	color:#4B4B4B;
	padding:5px;
}
.formHeader2{
	clear:both;
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#4B4B4B;
	padding:5px;
}

.formLine{
	clear:both;
	float:left;
	width:100%;
}

.formCaption{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#222222;
	float:left;
	padding:5px;
	margin-top:3px;
	text-align:right;
	width:40%;
}

.formControl{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#222222;
	float:left;
	padding:5px;
}

.formSpace{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#222222;
	float:left;
	padding:5px;
	padding-left:15px;
}

.formControlText{
	font-family:arial;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	width:150px;color:#339900;
}

.formControlSelect{
	font-family:arial;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	width:150px;color:#339900;
}

.formButtons{
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}
/**NEW FORM END**/

.FormItems{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	padding:2px;
	color:#222222;
}

.formRemark{
	font-family:verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	color:#999999;	
}

.ProductSubtitle{
	font-family:verdana;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	border-bottom:1px solid #F0F0F0;
	padding:5px;
}

/* New Style Added on 23-11-07  */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 2px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/back_bg.gif);
	background-repeat: repeat-x;
}
h1 {
 font-family:"Trebuchet MS" Tahoma, Verdana, Arial;
 font-size:20px;
 font-weight:bold;
 color:#55274f;
 margin:5px 0px 0px 0px;
}
h2 {
	font-family:"Trebuchet MS" Tahoma, Verdana, Arial;
	font-size:24px;
	font-weight:bold;
	color:#666666;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
h2 span{
	color:#A23167;
	
}
h3 {
	font-family:"Trebuchet MS" Tahoma, Verdana, Arial;
	font-size:18px;
	font-weight:normal;
	color:#666666;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.cleartext {
	display:none;
}#top_nav {
	height:26px;
	background-image:url(../images/topnav_bg.gif);
	background-repeat:no-repeat;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFEFF7;
	padding-left:20px;
	
}
.top_nav_links{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFEFF7;
	text-decoration:none;
	background-image:url(../images/icon_toplinks.gif);
	background-repeat:no-repeat;
	padding-left:13px;
	display:block;
	margin-top:5px;
}
A:ACTIVE.top_nav_links{color:#FFFFFF;text-decoration:none;}
A:LINK.top_nav_links{color:#FFFFFF;text-decoration:none;}
A:VISITED.top_nav_links{color:#FFFFFF;text-decoration:none;}
A:HOVER.top_nav_links{color:#FFFFFF;text-decoration:underline;}

#display_contact {
	height:98px;
	background-image:url(../images/contactnumber.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#navigation {
 background-image:url(../images/navigation_bg.gif);
 background-repeat:no-repeat;
 height:54px;
 font-family:Tahoma, Verdana, Arial;
 font-size:11px;
 font-weight:bold;
 color:#FFE8F3;
 padding:0px 0px 0px 18px;
}
#nav_links {
 list-style:none;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
#nav_links ul{
 list-style:none;
 padding:15px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.sep_nav{
 list-style:none;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 float:left;
 background-image:url(../images/seperator.gif);
 background-repeat:no-repeat;
 background-position:left;
}
.first_nav{
 list-style:none;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 float:left;
}
.navigation_link {
 padding-right:10px;
 padding-left:12px;
 font-family:Tahoma, Verdana, Arial;
 font-size:11px;
 font-weight:bold;
 color:#FFE8F3;
 text-decoration:none;
}

A:ACTIVE.navigation_link{color:#FFFFFF;text-decoration:none;}
A:LINK.navigation_link{color:#FFFFFF;text-decoration:none;}
A:VISITED.navigation_link{color:#FFFFFF;text-decoration:none;}
A:HOVER.navigation_link{color:#FFFFFF;text-decoration:underline;}
 
.head_01 {
	font-family:"Trebuchet MS" Tahoma, Verdana, Arial;
	font-size:16px;
	font-weight:normal;
	color:#666666;
}
.head_02 {
	font-family:"Trebuchet MS" Tahoma, Verdana, Arial;
	font-size:17px;
	font-weight:normal;
	color:#A23167;
	text-align:center;
}
.head_03 {
	font-family:"Trebuchet MS" Tahoma, Verdana, Arial;
	font-size:17px;
	font-weight:normal;
	color:#567A36;
	text-align:center;
}
.head_04 {
	font-family:"Trebuchet MS" Tahoma, Verdana, Arial;
	font-size:16px;
	font-weight:normal;
	color:#513728;
}
.head_05 {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:16px;
	font-weight:normal;
	color:#336600;
}
.textboxstyle {
	border:#A6A6A6 1px solid;
	padding:1px;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	width:175px;
}
.textboxstyle1 {
	border:#A6A6A6 1px solid;
	padding:1px;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	width:140px;
}
.listing_01 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.listing_01 ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.listing_01 li{
	padding:0px 0px 0px 0px;
	margin:0px 12px 0px 0px;
	list-style:none;
	width:164px;
	height:175px;
	float:left;
}
/* Product Display Section************************************************************************************************/
.listing_02 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.listing_02 ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.listing_02 li{
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 0px;
	list-style:none;
	width:120px;
	height:210px;
	float:left;
	
}
.boxdisplay_01_top {
	background-image:url(../images/box_02_top.gif);
	background-repeat:no-repeat;
	height:9px;
	width:164px;
}
.boxdisplay_01_middle {
	background-image:url(../images/box_02_middle.gif);
	background-repeat:repeat-y;
	width:164px;
}
.boxdisplay_01_bottom {
	background-image:url(../images/box_02_bottom.gif);
	background-repeat:no-repeat;
	height:10px;
	width:164px;
}
.textlink_01 {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#8F466C;
	text-decoration:none;
}
.textlink_01:hover {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#8F466C;
	text-decoration:underline;
}
.display_product_box {
	background-image:url(../images/product_displaybox_01.gif);
	width:154px;
	height:93px;
	padding-top:5px;
	padding-left:10px;
}
.display_productname {
	background-image:url(../images/product_namebox_01.gif);
	width:139px;
	height:28px;
	padding:6px 0px 0px 25px;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	color:#333333;
}
.display_productname a{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
}
.display_productname a:hover{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	color:#7E375B;
	text-decoration:none;
}
/* Login Register Section************************************************************************************************/
#display_login {
	padding:0px 15px 0px 15px;
	font-family:Trebuchet MS, Tahoma, Verdana, Arial;
	font-size:17px;
	font-weight:normal;
	color:#666666;
	text-align:left;
}
#display_login2 {
	padding:0px 15px 0px 15px;
	font-family:Trebuchet MS, Tahoma, Verdana, Arial;
	font-size:17px;
	font-weight:normal;
	color:#666666;
	text-align:center;
}
.box01_top {
	background-image:url(../images/box_top.gif);
	background-repeat:no-repeat;
	height:11px;
}
.box01_bottom {
	background-image:url(../images/box_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:11px;
}
/* Cart************************************************************************************************/
#display_cart {
	background-image:url(../images/cart_back.gif);
	background-repeat:no-repeat;
	height:125px;
	font-family:"Trebuchet MS" Tahoma, Verdana, Arial;
	font-size:17px;
	font-weight:normal;
	color:#666666;
}
/* Free Shipping************************************************************************************************/
#display_freeshipping a{
	background-image:url(../images/image_freeshipping.gif);
	background-repeat:no-repeat;
	height:124px;
	display:block;
}
/* Travel Website************************************************************************************************/
#display_mykonostravel a{
	background-image:url(../images/image_mykonostravel.gif);
	background-repeat:no-repeat;
	height:150px;
	display:block;
}
/* Free Gift Wrapping************************************************************************************************/
#display_freegift a{
	background-image:url(../images/image_freegift.gif);
	background-repeat:no-repeat;
	height:145px;
	display:block;
}
/* Newsletter Section************************************************************************************************/
#display_newsletter {
	font-family:"Trebuchet MS" Tahoma, Verdana, Arial;
	font-size:17px;
	font-weight:normal;
	color:#546C42;
}
.box02_top {
	background-image:url(../images/box_01_top.gif);
	background-repeat:no-repeat;
	height:8px;
}
.box02_bottom {
	background-image:url(../images/box_01_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:10px;
}
/* Pandora Xmas Beads************************************************************************************************/
#display_pandora_xmas a{
	background-image:url(../images/image_pandora_xmas.gif);
	height:127px;
	display:block;
}
/* Pandora Gift Certs************************************************************************************************/
#display_gift_certs a{
	background-image:url(../images/image_giftcerts.gif);
	height:120px;
	display:block;
}
/* Footer Section************************************************************************************************/
#display_footerbox {
	background-color:#DBDBDB;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	font-weight:bold;
	color:#A4476B;
	text-align:center;
	padding-top:3px;
}
/* CSS for Copyright************************************************************************************************/
.display_copyright {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	color:#3B3B3B;
}
/* Footer Section************************************************************************************************/
#display_footer {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}
.display_footerlink {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
a:link.display_footerlink {
	color: #666666;
	text-decoration: none;
}
a:visited.display_footerlink {
	text-decoration: none;
	color: #666666;
}
a:hover.display_footerlink {
	text-decoration: underline;
	color: #666666;
}
a:active.display_footerlink {
	text-decoration: none;
	color: #666666;
}
#display_contentarea a{
	color:#6B6B6B;
	font-size:10px;
	text-decoration:underline;
}
#display_contentarea a:hover{
	color:#A4476B;
	text-decoration:none;
	font-size:10px;
}
.paginglink a{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
.boxdisplay_02_top {
	background-image:url(../images/box_03_top.gif);
	background-repeat:no-repeat;
	height:9px;
}
.boxdisplay_02_bottom {
	background-image:url(../images/box_03_bottom.gif);
	background-repeat:no-repeat;
	height:9px;
}
.boxdisplay_02_middle {
	background-image:url(../images/box_03_middle.gif);
	background-repeat:repeat-y;
	
}
.boxdisplay_04_top {
	background-image:url(../images/box_05_top.gif);
	background-repeat:no-repeat;
	height:9px;
}
.boxdisplay_04_bottom {
	background-image:url(../images/box_05_bottom.gif);
	background-repeat:no-repeat;
	height:9px;
}
.boxdisplay_04_middle {
	background-image:url(../images/box_05_middle.gif);
	background-repeat:repeat-y;
	
}
.display_borderstyle {
	border:#EDEDED 3px solid;
	padding:4px;
}
.display_tblehead {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	border:#CCCCCC 1px solid;
	padding:3px;
	background-color:#F3F3F3;
}
.display_tblecontent {
	border:#CCCCCC 1px solid;
	padding:3px;
	
}
#display_freeshipping a{
 background-image:url(../images/image_freeshipping.gif);
 background-repeat:no-repeat;
 height:124px;
 display:block;
}
#display_build_bracelet a{
 background-image:url(../images/banner-BuildBracelet.swf);
 width:225px;
 height:96px;
 background-repeat:no-repeat;
 display:block;
}
.display_button_style {
 border:#72AA42 1px solid;
 font-family:Tahoma, Verdana, Arial;
 font-size:11px;
 color:#FFFFFF;
 font-weight:bold;
 background-image:url(../images/button_back.gif);
 background-repeat:repeat-x;
 height:20px;
 cursor:pointer;
}
#display_newuser {
 background-image:url(../images/image_newuser.gif);
 background-repeat:no-repeat;
 width:251px;
 height:183px;
}
a {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#333333;
	text-decoration:underline;

}
#display_reset {
 background-image:url(../images/image_newuser_01.gif);
 background-repeat:no-repeat;
 width:251px;
 height:267px;
}
#quick_image_01 {
	background-image:url(../images/qiuck_img_all_pandora.gif);
	width:175px;
	height:94px;
	display:block;
}
#quick_image_02 {
	background-image:url(../images/qiuck_img_new_beads.gif);
	width:181px;
	height:94px;
	display:block;
}
#quick_image_03 {
	background-image:url(../images/qiuck_img_pandora_xmas.gif);
	width:177px;
	height:94px;
	display:block;
}
#quick_image_04 {
	background-image:url(../images/qiuck_img_bracelet_idea.gif);
	width:175px;
	height:95px;
	display:block;
}
#quick_image_05 {
	background-image:url(../images/qiuck_img_most_popular.gif);
	width:181px;
	height:94px;
	display:block;
}
#quick_image_06 {
	background-image:url(../images/qiuck_img_limited_beads.gif);
	width:177px;
	height:95px;
	display:block;
}
#quick_image_07 {
	background-image:url(../images/qiuck_img_pandora_vday.gif);
	width:177px;
	height:94px;
	display:block;
}
#quick_image_08 {
	background-image:url(../images/qiuck_img_pandora_25th.gif);
	width:177px;
	height:94px;
	display:block;
}
#display_searchback {
	background-image:url(../images/searchback.gif);
	width:225px;
	height:61px;
	background-repeat:no-repeat;
}
.display_hline {
	border-top:#E3E3E3 1px solid;
}
#display_footerimage {
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	height:107px;
}
.box03_top {
	background-image:url(../images/box_04_top.gif);
	width:225px;
	height:70px;
	background-repeat:no-repeat;
}
.box03_middle {
	background-image:url(../images/box_04_middle.gif);
	width:225px;
	background-repeat:repeat-y;
}
.box03_bottom {
	background-image:url(../images/box_04_bottom.gif);
	background-repeat:no-repeat;
	height:12px;
	width:225px;
}
/*
#inner_head {
 background-image:url(../images/innerbanner_back.gif);
 background-repeat:no-repeat;
 width:500px;
 height:65px;
 font-family:"Trebuchet MS" Tahoma, Verdana, Arial;
 font-size:20px;
 font-weight:bold;
 color:#FFFFFF;
 padding:20px 0px 0px 28px;
}
*/
#inner_head {
 font-family:"Trebuchet MS" Tahoma, Verdana, Arial;
 font-size:20px;
 font-weight:bold;
 color:#55274f;
 padding:5px 0px 0px 0px;
}
/* End of New Style */