﻿/*

	해드 타이틀

*/
H2
{
	BACKGROUND: url(/ajaxwww/THEME/001/IMG/MY/00L0/h3_bg.gif) repeat-x bottom;
	FONT-SIZE: 12px;
	HEIGHT: 30px;
	MARGIN: 0 auto;
	WIDTH: 750px;
}
H3
{
	HEIGHT: 90px;
	MARGIN: 0 auto;
	MARGIN-TOP: 5px;
	POSITION: relative;
	WIDTH: 750px;
	OVERFLOW: hidden;
	DISPLAY: block;
	OVERFLOW: hidden;
}
H3 span
{
	POSITION: absolute;
	WIDTH: 100%;
	HEIGHT: 100%;
	BACKGROUND: url(/ajaxwww/THEME/001/IMG/MY/00L0/Title.gif) no-repeat;
}
H4
{
	HEIGHT: 58px;
	MARGIN: 0 auto;
	MARGIN-TOP: 5px;
	POSITION: relative;
	WIDTH: 731px;
	DISPLAY: block;
	OVERFLOW: hidden;
}
H4 span
{
	POSITION: absolute;
	WIDTH: 100%;
	HEIGHT: 100%;
	BACKGROUND: url(/ajaxwww/THEME/001/IMG/MY/00L0/SubTitle.gif) no-repeat;
}

/*

	카트 해드

*/
#CartHeads
{
	MARGIN: 0 auto;
	MARGIN-TOP: 10px;
	HEIGHT: 20px;
	WIDTH: 740px;
}

#CartHeads .title
{
	HEIGHT: 20px;
	WIDTH: 740px;
	COLOR: #555555;
	DISPLAY: block;
	OVERFLOW: hidden;
	TEXT-ALIGN: center;
}
#CartHeads .title span
{
	FONT-WEIGHT: bold;
	COLOR: #ff6600;
}

/*

	카트 타이틀

*/
#ListItems
{
}
.listItem .delete
{
	width: 40px;
	margin-left: 5px;
}
.listItem .delete a
{
	POSITION: relative;
	HEIGHT: 19px;
	WIDTH: 34px;
	DISPLAY: block;
	OVERFLOW: hidden;
	text-align: left;
}
.listItem .delete span
{
	POSITION: absolute;
	HEIGHT: 100%;
	WIDTH: 100%;
	BACKGROUND: url(/ajaxwww/THEME/001/IMG/MY/00L0/Delete.gif) no-repeat;
}

.listItem .update
{
	width: 40px;
}
.listItem .update a
{
	POSITION: relative;
	HEIGHT: 19px;
	WIDTH: 34px;
	DISPLAY: block;
	OVERFLOW: hidden;
	text-align:left;
}
.listItem .update span
{
	POSITION: absolute;
	HEIGHT: 100%;
	WIDTH: 100%;
	BACKGROUND: url(/ajaxwww/THEME/001/IMG/MY/00L0/Modify.gif) no-repeat;
}




/*

	주문서 결과 안내

*/
#Result
{
	clear: both;
	WIDTH: 740px;
	HEIGHT: 50px;
	MARGIN: 0 auto;
}
#Result .total, #Result .content
{
	HEIGHT: 23px;
	PADDING-TOP: 7px;
	WIDTH: 720px;
	PADDING-RIGHT: 10px;
	TEXT-ALIGN: right;
	BORDER-BOTTOM: solid 1px #CECBCE;
}
#Result .total SPAN
{
	COLOR: #ff6600;
	FONT-SIZE: 14PX;
	FONT-WEIGHT: bold;
}

#ShoppingInfo
{
	CLEAR:both;
	WIDTH: 740px;
	HEIGHT: 50px;
	margin-top: 10px;
	COLOR: red;
}

#ShoppingInfo .content
{
	margin: 7px;
	COLOR: red;
}
/*

	주문, 견적 버튼

*/
#Buttons
{
	HEIGHT: 30px;
	WIDTH: 210px;
	MARGIN: 0 auto;
	MARGIN-TOP: 10px;
}
#Buttons .goOrder
{
	FLOAT: left;
}
#Buttons .goOrder a
{
	POSITION: relative;
	HEIGHT: 27px;
	WIDTH: 100px;
	DISPLAY: block;
	OVERFLOW: hidden;
}
#Buttons .goOrder span
{
	POSITION: absolute;
	HEIGHT: 100%;
	WIDTH: 100%;
	BACKGROUND: url(/ajaxwww/THEME/001/IMG/MY/00L0/Order.gif) no-repeat;
}
#Buttons .goSheet
{
	FLOAT: right;
}
#Buttons .goSheet a
{
	POSITION: relative;
	HEIGHT: 27px;
	WIDTH: 100px;
	DISPLAY: block;
	OVERFLOW: hidden;
}
#Buttons .goSheet span
{
	POSITION: absolute;
	HEIGHT: 100%;
	WIDTH: 100%;
	BACKGROUND: url(/ajaxwww/THEME/001/IMG/MY/00L0/Estip.gif) no-repeat;
}

#cphContents_trNoCart
{
	POSITION: relative;
	WIDTH: 408px;
	HEIGHT: 154px;
	MARGIN: 0 auto;
	DISPLAY: block;
	OVERFLOW: hidden;
}
#cphContents_trNoCart span
{
	POSITION: absolute;
	HEIGHT: 100%;
	WIDTH: 100%;
	BACKGROUND: url(/ajaxwww/THEME/001/IMG/MY/00L0/NoCart.gif);
}

