@charset "UTF-8";
/* CSS Document */

*
{
	padding: 0;
	margin: 0;
	border: none;
	
}

div {
	
	color: #FFF;
}

html, window {
	
	overflow: hidden;
}

body {
	
	//font-family: Georgia, "Times New Roman", Times, serif;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	height: 100%;
	background: #444;
	
	font-size: 13px;
}

h1 {
	font-family: ITC Lubalin Graph Std, serif;
	font-size: 20px;
}



h2 {
	font-family: ITC Lubalin Graph Std, serif;
	font-size: 16px;
}

h3 {
	font-family: ITC Lubalin Graph Std, serif;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #58B7DD;
}

a:visited {
	color: #58B7DD;
	
	
}

a:hover {
	text-decoration: underline;
}


.clear {
	
	clear: both;
}

input {

    color: #999;
}

.minimizable-panel {
	
	-moz-border-radius: 5px 5px 0px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#selected_pattern_box {
	
	position: absolute;
	right: 10px;
	bottom: 0;
}
	

.min-tab {
	
	position: absolute;
	right: 0;
	bottom: 0;
	
	cursor: pointer;
}

.valign {
	vertical-align: middle;
}

/*** thumbnails ***/

#thumb_list
{
	width: 220px;
	
	padding: 10px;
	background-image: url(../images/10_transparent_darkgrey2.png);
}

.thumb
{
	border: 1px solid #AAA;
	margin: 3px;
	padding: 3px;	
}

#more_thumbs_link
{
	width: 81px;
	
	text-align: center;
	
	position: relative;
	
	text-align:left;
	
	padding: 4px;
}

#navigator {
	
	position: absolute;
	
	left: 10px;
	bottom: 0;
	
	width: 220px;
	
	padding: 10px;
	
	text-align:center;
	
	background-image: url('../images/10_transparent_darkgrey2.png');
}

.thumb-selected {
	border: 6px solid #BBB;
	margin: -1px 0px 3px 0px;
	padding: 1px;
}

/*** pattern info box ***/

#info_box {
    width: 200px;
	//height: 150px;
	
	position: relative;
	/*
	min-width: 200px;
	max-width: 200px;
	min-height: 43px;
	max-height: 110px;
    */
    -moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	
	text-align: center;
	
	padding: 5px;
	
	background: url("../images/10_transparent_darkgrey2.png");
}

#info_box .contents {
    padding: 0 9px 7px 0;
    width: 100%;
}

#info_box img {
	
	border: none;
}

#info_box .column-left {
	
	float: left;
	
	margin-right: 7px;
}

#info_box .column-right {
	
	float: right;
	
	margin-left: 7px;
}

.right-align {
	text-align: right;
}

#info_box_flag {

    width: 20px;
    height: 20px;
    //float: left;
    
	position: absolute;
    right: 10px;
    bottom: 10px;
    
}

#info_box_flag a {
    width: 20px;
    height: 20px;
    display: block;
}

#info_box_flag a:hover {
	background-color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}

#info_box p {
	
	padding: 5px 5px 0 5px;
	
	font-size: 10px;
}

/*** search bar ***/

#searchbar h1 {
	
	margin: 0 0 10px 0;
	
	//font-weight: normal;
	font-size: 18px;
}	


.color-checkbox {
	
	float: left;
	
	border: 1px solid #aaa;
	
	width: 13px;
	height: 13px;
}


.tag-input {
	
	color: #000;
	
	width: 155px;
}

#spec_search_button {

	display: block;
	
	margin-left: 115px;
	color: #000;
}

#info_box_tags {
	margin: 10px 15px 10px 5px;
	text-align: left;
}

#info_box_tags .tag {
	
	background-color: #333;
	color: #EEEEEE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 3px 3px 0;
	padding: 2px 4px 3px;
	float: left;
}

#info_box_tags .default {
	font-size: 90%;
	font-style: italic;
	color: #999;
}

#info_box_tags_input {
	padding: 3px 15px 5px 5px;
    float: left;
	
}

#info_box_tags_input input {
	
	font-size: 80%;
	width: 100%;
	
}

.tv-focused {
	
	color: #FFF;
	
}

.tv-changed {
	
	color: #FFF;
}

.vertical-button {
	width: 36px;
	text-align: center;
	
	padding: 2px;
	float: left;
	margin: 4px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #666;
	background-color: #222;
}

.vertical-button:hover {
	background-color: #333;
	-moz-border-radius: 3px;
}

.vertical-button .text-info span {
	font-size: 200%;
	clear: both;
	display: block;
}
.vertical-button .text-info {
	font-size: 80%;
	color: #CCC;
	
}



.arrow-down {
	
	position: absolute;
	
	width: 24px;
	height: 12px;
	
	background-image: url(../images/arrow_down.png);
}

/** order box **/

#results_box {
	
	position: absolute;
	left: 10px;
	top: 52px;
	
	width: 220px;
	height: 21px;
	margin: 0;
	
	padding: 7px 10px 0px 10px;
	background-image: url(../images/10_transparent_darkgrey2.png);
	
	font-size: 0.9em;
	color: #DDD;
	
	text-align: center;
	
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.combo-box {
	
	font-size: 10px;
	
	margin: 1px 0px 1px 5px;
	padding: 1px 0;
	
	background-color: #333;
	border: 1px solid #555;
	color: #FFF;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#order_select {
	width: 85px;
}

#size_select {
	width: 70px;
	margin-right: 0px;
}

/*** page info ***/
#page_info_box {
	position: absolute;
	top: 0;
	right: 10px;
	width: 230px;
	
	padding: 5px;
	background-image: url(../images/10_transparent_darkgrey2.png);
	
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#by_studio_ludens {
	position: absolute;
	top: 23px;
	left: 125px;
}

#page_info_box img {
    vertical-align: middle;
}



#nav-menu {
	
	padding: 5px 10px;
}

#page_info_box .nav-item {
	
	margin-right: 13px;
	font-size: 14px;
}

#nav-menu .selected {
	
	padding-bottom: 1px;
	border-bottom: solid 1px #777;
}

#page_info_box .last-nav-item {
	margin-right: 0;
}

#page_info_box a:hover {
	
	padding-bottom: 1px;
	border-bottom: solid 1px #777;
}

#page_info_box img {
	border: 0;
	
}

#page_info_box .repper-header {
	display: block;
    margin: 5px 5px 0px 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #666;
	padding-left: 54px;
	background: transparent url(../images/repper_logo_48.png) no-repeat scroll 0 0;
}

/*** referral list ***/
	

#referrals_list {
	display: block;
	position: relative;
	
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	width: 190px;
	//height: 80px;
	/*
	min-width: 37px;
	min-height: 35px;
	max-width: 220px;
	max-height: 80px;
	*/
	padding: 10px;
	margin-bottom: 10px;
	
	background-image: url(../images/10_transparent_darkgrey2.png);
}

#discount_button {
	
	position: absolute;
	left: 145px;
	top: -45px;
}


#touchnote_referral {
	
	height: 40px;
	display: block;
	border-bottom: 1px solid #666;
}
	

#touchnote_referral * {
	
	float: left;
	margin-right: 10px;
}

#referrals_list a {
	font-size: 10px;
	font-weight: lighter;
    color: #FFF;
    vertical-align: middle;
}

#referrals_list img {
	border: 0;	
}

#referrals_list p {

	padding: 5px 6px 5px 6px; 
	font-size: 10px;
}

#referrals_list div {
	
	margin-top: 5px;
	font-size: 18px;
}

#touchnote_header {
	
	width: 105px;
	font-size: 11px;
	margin-top: 3px;
	color: #26C0E0;
}

#touchnote_header:hover {
	
	font-style: italic;
}

/*** help box ***/

#help_box {
	
	background: url(../images/help_box_top.png) no-repeat;
	width: 402px;
	
	position: absolute;
	
	margin-left: -201px;
	left: 50%;
	
	margin-top: -100px;
	top: 50%;
	
	padding-top: 31px;
	
}

#help_box #content {
	
	float: left;
	display: block;
	
	background: url(../images/help_box_content_pixel.png) repeat;
	background-position: bottom;
	width: 362px;
	margin-left: 20px;
}


.help-item-left {
	
	float: left;
	width: 155px;
	margin-left: 15px;
	text-align: left;
}

.help-item-middle {
	
	float:left;
	width: 330px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
	margin-top: 5px;
}

.help-item-right {
	
	float: right;
	width: 155px;
	margin-right: 15px;
	text-align: right;
}

#help_box_spacer {
	
	height: 15px;
	clear: both;
}

#help_box h3 {

	color: #51c1e1;
	margin-bottom: 5px;
	width: 100%;
	font-size: 18px;
}

#help_box p {
	
	font-size: 11px;
	margin-bottom: 5px;
}

#help_box_footer {
	
	background: url(../images/help_box_bottom.png) no-repeat;
	width: 402px;
	height: 31px;
	
	float: left;
	
}

#help_box_close {
	
	position: absolute;
	
	left: 175px;
	top: 1px;
}
	
#help_box_icon_button {
	
	position: absolute;
	top: 90px;
	right: 10px;
	width: 0;
	height: 0;
	
	cursor: pointer;
}
	
