/*

ToC

1. defaults
2. structure
3. links and navigation
4. fonts and hdrs
5. ads
6. misc
7. cart
8. orders

*/

/* --------- 1. defaults --------- */

img {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

body {
  background: #333 url(../images/common/bg.jpg) repeat-x;
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000;
}

* {
  margin: 0;
  padding: 0;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin:0pt;
  padding:0pt;
}

p,ul {
  margin-bottom: 1em;
}


a {
  text-decoration: none;
  color: #009DE9;
}

a:hover { 
  text-decoration: underline;
  color: #000;
 }

img {
  border: none;
  display: block;
}

/* --------- 2. structure --------- */

#wrapper {
  width: 924px;
  margin: auto;
}

#collection_header {
	background: url(/images/croix_background.gif) no-repeat; 
	height: 220px; 
	position: relative
	}

#masthead {
  width: 924px;
  height: 121px;
  position: relative;
  background: url(../images/common/banner_new.gif) no-repeat 26px 40px;
}

#masthead p {
    bottom:0;
    color:#FFFFFF;
    position:absolute;
    right:40px;
}

#masthead p a {
  position: relative;
  display: inline;
  color: #009DE9;
}

#masthead p a:hover {
  color: #009DE9;
}

#masthead  a {
  position: absolute;
  text-indent: -9999px;
}


#masthead h1 a {
  left: 60px;
  top: 0;
  height: 140px;
  width: 246px;
  display: block;
}


#masthead #keep_me_informed {
  left: 675px;
  top: 0;
  height: 90px;
  width: 142px;
  display: block;
}



#content {
  width: 904px;
  overflow: hidden;
  margin: auto;
  padding: 0 10px; 
  background: #FFF;
 
}


#page_top {
  width: 924px;
  height: 10px;
  background: url(../images/common/page_top.gif) no-repeat;
  position: relative;
}

#page_top_map_graphic{
  width: 924px;
  height: 88px;
  background: url(../images/common/page_top_map_graphic.jpg) no-repeat;
  position: relative;
}

#back_to_map {
  position: absolute;
  width: 95px;
  height: 35px;
  right: 0;
  top: 17px;
}

#back_to_map a {
  display: block;
  text-indent: -9999px;
  width: 95px;
  height: 35px;
}

#back_to_map a:hover {
 background: url(../images/common/back_to_map_rollover.gif) no-repeat;
}

#page_bottom { 
  width: 924px;
  height: 10px;
  background: url(../images/common/page_bottom.gif) no-repeat 0 -34px;

}

#content_background {
  background: url(../images/croix_repeating_background.gif) repeat-y 0 -60px;
}
#content_page_bottom {
  height: 12px;
  background: url(../images/collection_bottom_corners.png) no-repeat 0 0;
}

#content_artist_background {
  background: url(../images/croix_artist_background.gif) no-repeat;
}

#page_top  a {
  display: block;
  position: absolute;
  text-indent: -9999px;
  width: 107px;
  height: 90px;
  top: 0;
  right: 0;
}

#page_top a:hover {
 background: url(../images/common/top_back.jpg) no-repeat;
}


#content_inner {
  margin-top: -10px;
  padding: 0 0 0 52px;
  overflow: hidden;
  position: relative;

}

#content_inner_artist {
  padding: 175px 0 0 52px;
  overflow: hidden;
  position: relative;

}

#search_form {
  width: 382px;
  float: left;
  margin-top: 18px;
  margin-right: 34px;
  position: relative;

}

#search_form form{
    margin:0px;
}
#search_form h1 {
 font-family: times;
 font-size: 12px;
 text-transform: uppercase;
 color: #FFF;
 margin-bottom: 5px;
}
 
#search_form p {
 height: 15px;
}

#search_form select {
  width: 300px;
  font-size : 11px;
}

#back_to_collection{
    position:relative;
    float: right;
    text-align: right;
    width: 200px;
    margin-right: 70px;
}

#back_to_collection a{
    font-family: arial;
    font-size: 10px;
    display: inline;
    color: #FFF;
}
#back_to_collection a:visited {
    color: #FFF;
}

#back_to_collection img{
    position:relative;
    display: inline;
    right:3px;
    top:2px;
}

#artist_display{
    color: #FFF;
    height: 800px;
    overflow:visible;
    margin-top: 8px;
    width: 800px;
}
#artist_image {
    float:left;
    margin-right:30px;
    margin-top:46px;
    display:inline;
    width:450px;
}

#artist_info {
    float:left;
    margin-bottom:25px;
    margin-top:28px;
    display:inline;
    width:300px;
    font-family: Verdana, Arial, sans-serif;
}

#artist_list {
    font-size:16px;

    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

#artist_list a  {
    color: #FFFFFF;
}

#artist_list table{
    width:350px;
    margin-left: auto;
    margin-right: auto;
}

#artist_list table td{
    width:175px;
    text-align: left;
}

.artist_photo{
    border: 1px solid #ccc;
}

#artist_info h1 {
    font-size: 21px;
    font-family: Georgia, serif;

}

#artist_info h2 {
    margin-bottom: 5px;
    font-size: 9px;
}

.artist_info_text {
    font-size: 15px;
}

.artist_info_text a {
    color: #FFFFFF;
}

.artist_info_text a:hover {
    color: #FFFFFF;
}

.artist_statement{
    font-size: 12px;
}

#artist_info hr{
    margin-bottom: 10px;
   /* margin-top: 10px;*/
    border: 1px dotted #FFF;
    border-style: none none dotted;
}

#collection_menu {
   position: absolute;
   top: 95px;
   left: 0px;
   list-style: none;
}

#collection_menu li a, #collection_menu li a:visited {
  display: block;
  width: 200px;
  height: 35px;
  line-height: 1em;
  font-family: Georgia,Times New Roman,Serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
  background: none;
  text-indent: 20px;
}
#collection_menu li a:hover, #collection_menu li a.selected {
  text-decoration: none;
  background: url(../images/common/arrow_right.gif) no-repeat;
}

#collection_the_artists {
    color: #FFFFFF;
    font-family: Georgia,Times New Roman,Serif;
    font-size: 16px;
    margin-top: 75px;
}
#collection_info_list {
    width: 800px;
    height: 750px;
    margin-top: -25px;
    font-family : Arial, Verdana,  Sans Serif;
	font-size : 12px;
    color: #FFFFFF;
}

#collection_info_list table{
    width: 400px;
    margin-left:  227px;
}

#collection_info_list td{
    padding: 3px;
}

#collection_info_list .greylink {
    color: #FFFFFF;
}

#collection_flash_info {
    width: 800px;
    height: 750px;
    margin-top: 50px;
    font-family : Arial, Verdana,  Sans Serif;
	font-size : 12px;
    color: #FFFFFF;
}

#collection_flash_info .greylink{
    color: #FFFFFF;
}

#collection_flash .greylink{
    color: #FFFFFF;
}
#collection_info {
    width: 800px;
    height: 750px;
    margin-top: 100px;
    font-family : Arial, Verdana,  Sans Serif;
	font-size : 12px;
    color: #FFFFFF;
}
#collection_info_text{
    margin-top: 75px;
    width: 180px;
    display:inline;
    float: left;
}

#collection_info_flash{
    width: 600px;
    height: 445px;
    margin-left: 20px;
    display:inline;
    float: left;
}
.normalcase {
    text-transform:none;
    font-weight: 400;
}
a.greylink:link{
  color: #000000;
}
.submit_image {
  vertical-align: middle;
  margin-bottom: 3px;
}

.product_wrapper {
  height: 176px;
  width: 176px;
  float: left;
  margin-top: 18px;
  margin-right: 30px;
  margin-bottom: 25px;
  position: relative;
}
.product_wrapper .button {
  position: absolute;
  bottom: -3px;
  right: 0;
  /*z-index: 10000;*/
}


.product {
  height: 176px;
  width: 176px;
  float: left;
  border: 1px solid #ccc;
  margin-top: 18px;
  margin-right: 30px;
  margin-bottom: 25px;
  position: relative;
  background: #FFFFFF;
}


.product_rollover {
  height: 176px;
  width: 321px;
  margin: 0;
  position: relative;
  filter:alpha(opacity=95);
  -moz-opacity: 0.95;
  opacity: 0.95;
  /*z-index: 5000;*/
} 
.product_info {
 width: 145px;
 height: 176px;
 font-family: times;
 background-color: #CCC;
 opacity: 0.98;
}
.product_info .product_id {
  display: none;
}
.product_info .artist_id {
  display: none;
}
.product_info .collection_id {
  display: none;
}
.product_info h1 {
 font-size: 16px;
 font-weight: normal;
 padding: 7px 15px 5px 15px;
 line-height: 0.9em;
}
.product_info h2 a, .product_info h3 a{
 font-size: 12px;
 font-weight: normal;
 margin: 0;
 padding: 5px 15px 0px 15px;
 line-height: 0.9em;
}
.product_info .greylink{
  color: #000000;
}
.product_info p {
 font-weight: normal;
 font-size: 12px;
 margin: 0;
 padding: 0 15px 3px 15px;
}

.product_info a {
  color: #009DE9;
 font-size: 11px;
 display: block;
 margin: 0;
 padding: 3px 0 0 15px;
}

.no_products {
 float:left;
 font-size:12px;
 margin-top:95px;
 width:300px;
}

.per_page {
  text-align: right;
  padding-top: 10px;
  padding-right:  50px;
  color: #333333;
  padding-bottom: 10px;
}
.product img {
  margin: 13px auto;
}


.paging_toolbar {
  height: 1.2em;
  text-align: right;
  color: #333333;
  position:relative;
}

.paging_toolbar .page_count {
    color:#333333;
    font-weight:bold;
    position:absolute;
    text-align:left;
    width:100px;
    left: 415px;
}
.paging_toolbar .pagination {
    width:808px;
}

.paging_toolbar a{
    color: #a9a9a9;
}

.paging_toolbar a:hover{
    color: #a9a9a9;
}

.paging_toolbar .reverse_text, .reverse_text {
    color: #FFF;
}

.per_page a{
    color: #a9a9a9;
}

.per_page a:hover{
    color: #a9a9a9;
}


#main {
  float: right;
  width: 474px;
}

#main_full_page { 
  float: right;
  width: 710px;
 }

.one_column  #main {
  float: none;
  width: 776px;
  margin: auto;
  overflow: hidden;
}

#sidebar {
  width: 224px;
}

#sidebar img {
  margin-bottom: 10px;
}



#footer {
 margin-top: 20px;
 position: relative;
}

#footer ul {
 position: absolute;
 top: 3px;
 right: 10px;
 list-style: none;
 font-size : 11px;
 color : #009DE8;
}

#footer ul li {
 border-right: 1px solid #009DE8; 
 float: left;
 padding: 0 0.5em;
 line-height: 1em;
}
#footer ul li.last {
 border: none; 
}

#footer p {
  font-size : 8px;
  font-weight: normal;
  color : #7F7E7E;
  text-align: left;
  line-height: 13px;
}

#footer a {
  text-decoration: none;
  color : #999999;
}

#footer a:hover {
  color : #009DE8;
}

.social_icons {
  margin-top:25px;
  margin-bottom: 25px;
}

/* --------- 3. links and navigation --------- */

#nav_container { 
  width: 924px;
}

#nav { 
  margin: 0 auto;
  width: 876px;
  height: 33px;
  position: relative;
  background: url(../images/common/menu_sprite.gif) no-repeat;
  
}

#nav li { 
  float: left;
}

#nav li a {
  position: absolute;
  top: 0;
  display: block;
  height: 33px;
  background:  url(../images/common/menu_sprite.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}


#nav li#why_artisans a {
  left: 0;
  width: 150px;
  background-position: 0 0;
}

#nav li#foundation a {
  left: 150px;
  width: 140px;
  background-position: -150px 0;
}

#nav li#buy_art a {
  left: 290px;
  width: 103px;
  background-position: -290px 0;
}

#nav li#blog a {
  left: 393px;
  width: 81px;
  background-position: -393px 0;
}

#nav li#market_power a {
  left: 475px;
  width: 145px;
  background-position: -475px 0;
}

#nav li#news_events a {
  left: 620px;
  width: 147px;
  background-position: -620px 0;
}

#nav li#about_us a {
  left: 767px;
  width: 112px;
  background-position: -767px 0;
}

#nav li#why_artisans a:hover, #nav li#why_artisans a.selected {
  left: 0;
  width: 150px;
  background-position: 0 -33px;
}

#nav li#foundation a:hover, #nav li#foundation a.selected {
  left: 150px;
  width: 140px;
  background-position: -150px -33px;
}

#nav li#buy_art a:hover, #nav li#buy_art a.selected {
  left: 290px;
  width: 103px;
  background-position: -290px -33px;
}

#nav li#blog a:hover, #nav li#blog a.selected {
  left: 393px;
  width: 81px;
  background-position: -393px -33px;
}

#nav li#market_power a:hover, #nav li#market_power a.selected {
  left: 475px;
  width: 145px;
  background-position: -475px -33px;
}

#nav li#news_events a:hover, #nav li#news_events a.selected {
  left: 620px;
  width: 147px;
  background-position: -620px -33px;
}

#nav li#about_us a:hover, #nav li#about_us a.selected {
  left: 767px;
  width: 112px;
  background-position: -767px -33px;
}

/* --------- 4. fonts and hdrs --------- */



/* --------- 5. ads --------- */



/* --------- 6. misc --------- */


/* --------- 7.cart --------- */
.cart address, .cart h3 {
	margin-left: 42px;
}

.cart p {
	margin: 0 42px 1em 42px;
}

.cart h3 {
	font-size: 1em;
	margin-bottom: .6em;
}

.cart address {
	font-style: normal;
	margin-bottom: 1em;
}

.cart table {
	border-collapse: collapse;
	width: 500px;
	margin: 0 auto 10px auto;
}

.cart th {
	text-align: left;
	border: 1px solid #ddd;
	padding: 4px;
	color: #000;
}

.cart td {
	border: 1px solid #ddd;
	padding: 6px;
}

.cart .total td {
	color: #000;
	font-weight: bold;
}



/* --------- 8.orders --------- */


.order-summary {
	border: none;
}
.order-summary td, .order-summary th {
	border: none;
}
.shipping-charges {
	text-align: right;
}

.error {
 	color: red;
}


#keep_informed {
  position: absolute;
  left: 765px;
   top: 50px; 
 /* left: 750px;
  top: 70px;*/
  color: white;
  font-size: 20px;
  width: 175px;

}

#keep_informed a {
    text-indent: 0px;
}

#keep_informed a img {
    display: inline;
    vertical-align: middle;
    margin-left: 5px;
}