A.back_button {
	float: right;
	width: 180px;
	padding: 3px 0;
	text-align: center;
	border: 1px solid #999999;
	background-color: #F6F6F6;
	color: #666666;
	text-decoration: none;
}

		A.back_button:hover {
			color: #FF9900;
			background-color: #EEEEEE;
		}

DIV#filter {
	float: left;
	width: 704px;
	text-align: left;
	padding: 5px 0;
	font-size: 11px;
}

	DIV#filter DIV.cat_select {
		font-weight: bold;
		float: left;
		margin: 0 10px 0 0;
		color: #999999;
	}

	DIV#filter DIV.cat_select SELECT {
		display: block;
		width: 155px;
		clear: both;
		color: #666666;
		font-size: 10px;
	}
	
	DIV#filter DIV.cat_select SELECT.mini_dropdown {
		display: block;
		width: 135px;
		clear: both;
		color: #666666;
	}

	DIV#filter DIV.cat_select SELECT.micro_dropdown {
		display: block;
		width: 65px;
		clear: both;
		color: #666666;
	}

DIV#alphabet {
	float: left;
	width: 690px;
	text-align: left;
	padding: 2px 5px;
	background-color: #FCFCFC;
	border-top: 2px solid #CCCCCC;
	color: #000000;
	font-weight: bold;
}

  DIV#alphabet A {
    color: #666666;
    font-size: 16px;
    text-decoration: none;
    margin: 0 2px;
    font-weight: 100;
  }
  
    DIV#alphabet A:hover {
      color: #CC3333;
    }

DIV#page_heading {
	float: left;
	width: 692px;
	margin: 0;
	font-weight: 100;
	font-size: 17px;
	color: #666666;
	padding: 40px 0 10px 10px;
	border-top: 2px solid #CCCCCC;
}

DIV.show_cd_list {
	float: left;
	width: 690px;
	text-align: right;
	padding: 5px 10px 5px 0;
	background-color: #FCFCFC;
}

DIV.cd_box {
	width: 700px;
	margin: 10px 0;
	float: left;
	border-bottom: 2px solid #CCCCCC;
}

	DIV.cd_box DIV.cd_heading {
		padding: 5px 0;
		font-weight: bold;
		font-size: 17px;
		color: #666666;
	}

	DIV.cd_box DIV.cd_image {
		float: left;
		width: 170px;
		height: 160px;
		text-align: left;
		margin: 5px 0 0 0;
	}

	DIV.cd_box DIV.cd_description {
		float: left;
		width: 260px;
		margin: 5px 0 0 5px;
		color: #999999;
	}
	
		DIV.cd_box DIV.cd_description DIV.code {
			font-weight: bold;
			margin-bottom: 10px;
		}

		DIV.cd_box DIV.cd_description DIV.price {
			margin: 0 0 10px 0;
		}
		
		DIV.cd_box DIV.cd_description DIV.params {
			margin: 0 0 10px 0;
		}

	DIV.cd_box DIV.cd_action {
		width: 85px;
		_width: 80px;
		float: left;
		padding: 5px 0;
		text-align: center;
	}

		
		DIV.cd_box DIV.cd_action DIV {
			margin: 95px 0 10px 0;
			font-size: 17px;
			color: #FF9900;
			letter-spacing: 2px;
		}
		
		DIV.cd_box DIV.cd_action A {
			float: left;
			background: url("../images/icon_arrow_right_orange.gif") no-repeat 0 0;
			padding: 0 0 0 15px;
			color: #FF9900;
			font-weight: bold;
			font-size: 10px;
		}

	DIV.cd_box DIV.cd_preview {
		width: 180px;
		float: left;
		text-align: right;
	}

		DIV.cd_box DIV.cd_preview A {
			float: left;
			width: 85px;
			height: 85px;
			margin: 0 0 5px 5px;
			text-align: center;
		}

		DIV.cd_box DIV.cd_preview A IMG {
		}

	DIV.cd_box DIV.cd_links {
		float: left;
		padding: 0 0 5px 0;
		text-align: left;
		width: 700px;
	}

		DIV.cd_box DIV.cd_links A {
			float: left;
			margin: 5px 20px 0 0;
			font-size: 12px;
			font-weight: bold;
		}

		DIV.cd_box DIV.cd_links A.order {
			float: right;
			width: 85px;
			padding: 2px 0;
			margin: 0 0 0 10px;
			text-align: center;
			color: #FFFFFF;
			text-decoration: none;
			font-size: 10px;
			font-weight: normal;
		}
		
/* ORDER */

DIV#order_form_box {
	float: left;
	margin: 0 0 5px 15px;
	_margin: 0 0 0 7px;
}

TABLE.order_form {
		width: 350px;
		clear: left;
	}

		TABLE.order_form TD.name {
			text-align: left;
			text-transform: lowercase;
			vertical-align: top;
			padding: 2px 0;
		}

		TABLE.order_form TD.value {
			width: 230px;
			text-align: right;
		}

			TABLE.order_form TD.value INPUT.textfield {
				border: 1px solid #999999;
				width: 230px;
				padding: 2px;
			}

	TABLE.order_form TD.value TEXTAREA {
			width: 230px;
			height: 50px;
			border: 1px solid #999999;
			padding: 2px;
		}


	TABLE.submit {
		margin-left: 110px;
		width: 350px;
		clear: left;
	}

	TABLE.submit TD {
		padding: 10px 0;

	}

		TABLE.submit INPUT.button {
			color: #666666;
			border: 0;
			background-color: #CCCCCC;
			padding: 2px 5px;
			text-align: center;
			width: 100px;
			text-transform: lowercase;
		}
		
/* PLEASE REGISTER */

DIV.please_register {
	float: left;
  width: 700px;
  padding: 10px 0;
  font-size: 17px;
	font-weight: 100;
	color: #CCCCCC;
	text-align: center;
	background-color: #999999;
}

	DIV.please_register A {
		color: #FFFFFF;
		text-decoration: underline;
	}

	DIV.please_register A:hover {
		text-decoration: none;
	}

